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

Comparing ray/src/rt/raycalls.c (file contents):
Revision 2.25 by greg, Fri Apr 19 16:29:10 2019 UTC vs.
Revision 2.26 by greg, Tue Jan 24 21:54:49 2023 UTC

# Line 142 | Line 142 | double specjitter = 1.;                /* specular sampling jitter *
142   int     backvis = 1;                    /* back face visibility */
143  
144   int     maxdepth = -10;                 /* maximum recursion depth */
145 < double  minweight = 2e-3;               /* minimum ray weight */
145 > double  minweight = 1e-4;               /* minimum ray weight */
146  
147   char    *ambfile = NULL;                /* ambient file name */
148   COLOR   ambval = BLKCOLOR;              /* ambient value */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines