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 1.4 by greg, Wed Jun 7 21:00:59 1989 UTC vs.
Revision 1.5 by greg, Tue Jun 13 10:57:43 1989 UTC

# Line 36 | Line 36 | int  vresolu = 0;                      /* vertical resolution */
36  
37   double  dstrsrc = 0.0;                  /* square source distribution */
38   double  shadthresh = .05;               /* shadow threshold */
39 + double  shadcert = .5;                  /* shadow certainty */
40  
41   int  maxdepth = 6;                      /* maximum recursion depth */
42   double  minweight = 4e-3;               /* minimum ray weight */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines