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 2.62 by schorsch, Sun Jul 27 22:12:03 2003 UTC vs.
Revision 2.63 by greg, Wed Sep 24 14:55:54 2003 UTC

# Line 81 | Line 81 | double specjitter = 1.;                /* specular sampling jitter *
81  
82   int  backvis = 1;                       /* back face visibility */
83  
84 < int  maxdepth = 6;                      /* maximum recursion depth */
85 < double  minweight = 5e-3;               /* minimum ray weight */
84 > int  maxdepth = 7;                      /* maximum recursion depth */
85 > double  minweight = 4e-3;               /* minimum ray weight */
86  
87   char  *ambfile = NULL;                  /* ambient file name */
88   COLOR  ambval = BLKCOLOR;               /* ambient value */
89   int  ambvwt = 0;                        /* initial weight for ambient value */
90 < double  ambacc = 0.2;                   /* ambient accuracy */
91 < int  ambres = 32;                       /* ambient resolution */
92 < int  ambdiv = 128;                      /* ambient divisions */
93 < int  ambssamp = 0;                      /* ambient super-samples */
90 > double  ambacc = 0.15;                  /* ambient accuracy */
91 > int  ambres = 64;                       /* ambient resolution */
92 > int  ambdiv = 512;                      /* ambient divisions */
93 > int  ambssamp = 128;                    /* ambient super-samples */
94   int  ambounce = 0;                      /* ambient bounces */
95   char  *amblist[128];                    /* ambient include/exclude list */
96   int  ambincl = -1;                      /* include == 1, exclude == 0 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines