SCM Repository
[diderot] / trunk / test / vr.diderot |
Diff of /trunk/test/vr.diderot
Parent Directory
|
Revision Log
|
Patch
revision 40, Wed Mar 3 14:51:38 2010 UTC | revision 511, Tue Feb 8 17:01:43 2011 UTC | |
---|---|---|
# | Line 13 | Line 13 |
13 | ||
14 | field#1[3] F = convolve (bspln3, img); | field#1[3] F = convolve (bspln3, img); |
15 | ||
16 | actor RayCast (int row, int col) | strand RayCast (int row, int col) |
17 | { | { |
18 | vec<3> dir = (real(row), real(col), 0.0); | vec<3> dir = (real(row), real(col), 0.0); |
19 | vec<3> pos = (0.0, 0.0, 0.0); | vec<3> pos = (0.0, 0.0, 0.0); |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |