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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 1.5 by greg, Tue Jun 13 10:57:43 1989 UTC vs.
Revision 1.6 by greg, Mon Jul 10 15:21:28 1989 UTC

# Line 43 | Line 43 | double  minweight = 4e-3;              /* minimum ray weight */
43  
44   COLOR  ambval = BLKCOLOR;               /* ambient value */
45   double  ambacc = 0.2;                   /* ambient accuracy */
46 < int  ambres = 128;                      /* ambient resolution */
46 > int  ambres = 32;                       /* ambient resolution */
47   int  ambdiv = 128;                      /* ambient divisions */
48   int  ambssamp = 0;                      /* ambient super-samples */
49   int  ambounce = 0;                      /* ambient bounces */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines