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.18 by greg, Tue Jun 25 14:06:15 1991 UTC vs.
Revision 1.19 by greg, Thu Jul 18 14:42:58 1991 UTC

# Line 35 | Line 35 | double  shadthresh = .1;               /* shadow threshold */
35   double  shadcert = .25;                 /* shadow certainty */
36   int  directrelay = 0;                   /* number of source relays */
37   int  vspretest = 128;                   /* virtual source pretest density */
38 + int  directinvis = 0;                   /* sources invisible? */
39  
40   int  maxdepth = 4;                      /* maximum recursion depth */
41   double  minweight = 1e-2;               /* minimum ray weight */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines