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

Comparing ray/src/rt/rview.c (file contents):
Revision 2.27 by greg, Fri Jan 21 00:52:59 2005 UTC vs.
Revision 2.28 by greg, Mon Jun 13 20:07:56 2005 UTC

# Line 33 | Line 33 | void  (*trace)() = NULL;               /* trace call */
33  
34   int  do_irrad = 0;                      /* compute irradiance? */
35  
36 + int  rand_samp = 0;                     /* pure Monte Carlo sampling? */
37 +
38   int  psample = 8;                       /* pixel sample size */
39   double  maxdiff = .15;                  /* max. sample difference */
40  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines