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 1.4 by greg, Tue Jun 13 10:57:49 1989 UTC vs.
Revision 1.5 by greg, Mon Jul 10 15:21:25 1989 UTC

# Line 36 | Line 36 | double  minweight = 1e-2;              /* minimum ray weight */
36  
37   COLOR  ambval = BLKCOLOR;               /* ambient value */
38   double  ambacc = 0.2;                   /* ambient accuracy */
39 < int  ambres = 64;                       /* ambient resolution */
39 > int  ambres = 8;                        /* ambient resolution */
40   int  ambdiv = 32;                       /* ambient divisions */
41   int  ambssamp = 0;                      /* ambient super-samples */
42   int  ambounce = 0;                      /* ambient bounces */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines