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.3 by greg, Wed Jun 7 08:35:21 1989 UTC vs.
Revision 1.6 by greg, Mon Jul 10 15:21:30 1989 UTC

# Line 28 | Line 28 | double  maxdiff = .05;                 /* max. difference for interp
28   double  dstrpix = 0.67;                 /* square pixel distribution */
29  
30   double  dstrsrc = 0.0;                  /* square source distribution */
31 < double  shadthresh = .01;               /* shadow threshold */
31 > double  shadthresh = .05;               /* shadow threshold */
32 > double  shadcert = .5;                  /* shadow certainty */
33  
34   int  maxdepth = 6;                      /* maximum recursion depth */
35   double  minweight = 5e-3;               /* minimum ray weight */
36  
37   COLOR  ambval = BLKCOLOR;               /* ambient value */
38   double  ambacc = 0.2;                   /* ambient accuracy */
39 < int  ambres = 128;                      /* ambient resolution */
39 > int  ambres = 32;                       /* ambient resolution */
40   int  ambdiv = 128;                      /* ambient divisions */
41   int  ambssamp = 0;                      /* ambient super-samples */
42   int  ambounce = 0;                      /* ambient bounces */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines