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.14 by greg, Tue May 21 17:41:23 1991 UTC vs.
Revision 1.17 by greg, Tue Jun 25 14:06:18 1991 UTC

# Line 46 | Line 46 | int  vresolu = 0;                      /* vertical resolution */
46   double  dstrsrc = 0.0;                  /* square source distribution */
47   double  shadthresh = .05;               /* shadow threshold */
48   double  shadcert = .5;                  /* shadow certainty */
49 + int  directrelay = 0;                   /* number of source relays */
50 + int  vspretest = 512;                   /* virtual source pretest density */
51  
52   int  maxdepth = 6;                      /* maximum recursion depth */
53   double  minweight = 4e-3;               /* minimum ray weight */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines