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.2 by greg, Wed Mar 15 13:47:57 1989 UTC vs.
Revision 1.3 by greg, Wed Jun 7 08:35:23 1989 UTC

# Line 35 | Line 35 | int  hresolu = 0;                      /* horizontal (scan) size */
35   int  vresolu = 0;                       /* vertical resolution */
36  
37   double  dstrsrc = 0.0;                  /* square source distribution */
38 + double  shadthresh = .01;               /* shadow threshold */
39  
40   int  maxdepth = 6;                      /* maximum recursion depth */
41   double  minweight = 4e-3;               /* minimum ray weight */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines