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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.3 by greg, Tue Jan 14 16:16:07 1992 UTC vs.
Revision 2.4 by greg, Thu Jan 16 12:05:20 1992 UTC

# Line 51 | Line 51 | int  vspretest = 512;                  /* virtual source pretest dens
51   int  directinvis = 0;                   /* sources invisible? */
52   double  srcsizerat = .25;               /* maximum ratio source size/dist. */
53  
54 < double  specthresh = .5;                /* specular sampling threshold */
54 > double  specthresh = .15;               /* specular sampling threshold */
55   double  specjitter = 1.;                /* specular sampling jitter */
56  
57   int  maxdepth = 6;                      /* maximum recursion depth */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines