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

Comparing ray/src/rt/rpict.c (file contents):
Revision 1.34 by greg, Thu Oct 10 12:58:13 1991 UTC vs.
Revision 1.35 by greg, Mon Oct 21 12:57:57 1991 UTC

# Line 40 | Line 40 | double  dstrpix = 0.67;                        /* square pixel distribution
40   double  dstrsrc = 0.0;                  /* square source distribution */
41   double  shadthresh = .05;               /* shadow threshold */
42   double  shadcert = .5;                  /* shadow certainty */
43 < int  directrelay = 0;                   /* number of source relays */
43 > int  directrelay = 1;                   /* number of source relays */
44   int  vspretest = 512;                   /* virtual source pretest density */
45   int  directinvis = 0;                   /* sources invisible? */
46 + double  srcsizerat = .25;               /* maximum ratio source size/dist. */
47  
48   int  maxdepth = 6;                      /* maximum recursion depth */
49   double  minweight = 5e-3;               /* minimum ray weight */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines