SCM Repository
Diff of /trunk/rtest/tests/sum-ghp/sum-ghp.diderot
Parent Directory
|
Revision Log
|
Patch
revision 1192, Wed May 11 18:42:59 2011 UTC | revision 1193, Wed May 11 18:47:48 2011 UTC | |
---|---|---|
# | Line 7 | Line 7 |
7 | real camFOV = 6.0; | real camFOV = 6.0; |
8 | int imgResU = 320; | int imgResU = 320; |
9 | int imgResV = 240; | int imgResV = 240; |
10 | real rayStep = 0.03; | real rayStep = 0.06; // HEY: this is large only because program is slow |
11 | ||
12 | real camDist = |camAt - camEye|; | real camDist = |camAt - camEye|; |
13 | real camVspNear = camNear + camDist; | real camVspNear = camNear + camDist; |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |