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.97 by greg, Fri Dec 3 18:10:48 2021 UTC vs.
Revision 2.98 by greg, Tue Jan 24 21:54:49 2023 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines