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.27 by greg, Wed Jun 19 16:36:34 1991 UTC vs.
Revision 1.28 by greg, Mon Jun 24 16:10:46 1991 UTC

# Line 41 | Line 41 | 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 */
44 + int  vspretest = 128;                   /* virtual source pretest density */
45  
46   int  maxdepth = 6;                      /* maximum recursion depth */
47   double  minweight = 5e-3;               /* minimum ray weight */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines