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.5 by greg, Tue Jan 14 16:15:57 1992 UTC vs.
Revision 2.6 by greg, Thu Jan 16 12:05:23 1992 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines