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

Comparing ray/src/rt/rview.c (file contents):
Revision 1.16 by greg, Wed Jun 19 16:36:39 1991 UTC vs.
Revision 1.17 by greg, Mon Jun 24 16:10:49 1991 UTC

# Line 34 | Line 34 | double  dstrsrc = 0.0;                 /* square source distribution
34   double  shadthresh = .1;                /* shadow threshold */
35   double  shadcert = .25;                 /* shadow certainty */
36   int  directrelay = 0;                   /* number of source relays */
37 + int  vspretest = 32;                    /* virtual source pretest density */
38  
39   int  maxdepth = 4;                      /* maximum recursion depth */
40   double  minweight = 1e-2;               /* minimum ray weight */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines