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 2.35 by greg, Sat Oct 4 14:39:53 2003 UTC vs.
Revision 2.36 by greg, Sun Mar 28 16:31:14 2004 UTC

# Line 80 | Line 80 | double  minweight = 2e-3;              /* minimum ray weight */
80   char  *ambfile = NULL;                  /* ambient file name */
81   COLOR  ambval = BLKCOLOR;               /* ambient value */
82   int  ambvwt = 0;                        /* initial weight for ambient value */
83 < double  ambacc = 0.1;                   /* ambient accuracy */
83 > double  ambacc = 0.15;                  /* ambient accuracy */
84   int  ambres = 256;                      /* ambient resolution */
85   int  ambdiv = 1024;                     /* ambient divisions */
86   int  ambssamp = 512;                    /* ambient super-samples */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines