--- trunk/test/vr.diderot 2011/02/08 16:12:38 510 +++ trunk/test/vr.diderot 2011/02/08 17:01:43 511 @@ -13,7 +13,7 @@ field#1[3] F = convolve (bspln3, img); -actor RayCast (int row, int col) +strand RayCast (int row, int col) { vec<3> dir = (real(row), real(col), 0.0); vec<3> pos = (0.0, 0.0, 0.0);