SCM Repository
[diderot] / branches / pure-cfg / test / mip-cam.diderot |
Diff of /branches/pure-cfg/test/mip-cam.diderot
Parent Directory
|
Revision Log
|
Patch
revision 913, Thu Apr 21 18:54:26 2011 UTC | revision 914, Thu Apr 21 18:56:39 2011 UTC | |
---|---|---|
# | Line 63 | Line 63 |
63 | vec3 rayPos = camEye + rayN*rayVec; | vec3 rayPos = camEye + rayN*rayVec; |
64 | if (inside (rayPos,F)) { | if (inside (rayPos,F)) { |
65 | // ########## BEGIN per-sample code | // ########## BEGIN per-sample code |
66 | maxval = max(maxval, F@rayPos); | maxval = max(maxval, F(rayPos)); |
67 | // ########## END per-sample code | // ########## END per-sample code |
68 | } | } |
69 | if (rayN > camVspFar) | if (rayN > camVspFar) |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |