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

Comparing ray/src/rt/rpict.c (file contents):
Revision 2.83 by greg, Fri Sep 3 21:16:50 2010 UTC vs.
Revision 2.84 by greg, Fri Feb 25 06:51:50 2011 UTC

# Line 91 | Line 91 | double specjitter = 1.;                /* specular sampling jitter *
91   int  backvis = 1;                       /* back face visibility */
92  
93   int  maxdepth = 7;                      /* maximum recursion depth */
94 < double  minweight = 4e-3;               /* minimum ray weight */
94 > double  minweight = 1e-3;               /* minimum ray weight */
95  
96   char  *ambfile = NULL;                  /* ambient file name */
97   COLOR  ambval = BLKCOLOR;               /* ambient value */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines