ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/raycalls.c
(Generate patch)

Comparing ray/src/rt/raycalls.c (file contents):
Revision 2.12 by greg, Mon Jun 13 20:07:56 2005 UTC vs.
Revision 2.13 by greg, Tue Jun 14 02:46:30 2005 UTC

# Line 118 | Line 118 | void   (*addobjnotify[8])() = {ambnotify, NULL};
118  
119   int     do_irrad = 0;                   /* compute irradiance? */
120  
121 + int     rand_samp = 0;                  /* pure Monte Carlo sampling? */
122 +
123   double  dstrsrc = 0.0;                  /* square source distribution */
124   double  shadthresh = .03;               /* shadow threshold */
125   double  shadcert = .75;                 /* shadow certainty */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines