--- trunk/test/vr-phong.diderot 2010/08/06 20:20:42 247 +++ trunk/test/vr-phong.diderot 2010/08/06 20:40:57 248 @@ -19,10 +19,10 @@ image(3)[] img = load (dataFile); -//field#1(3)[] F = convolve (bspln3, img); -field#2(3)[] F = convolve (bspln3, img); +//field#1(3)[] F = img (*) bspln3; +field#2(3)[] F = img (*) bspln3; -field#0(1)[4] txf = convolve (tent, load(txfFile)); +field#0(1)[4] txf = load(txfFile) ⊛ tent; actor RayCast (int row, int col) {
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: load(txfFile)); +field#0(1)[4] txf = load(txfFile) ⊛ tent; actor RayCast (int row, int col) {