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

Comparing ray/src/rt/rview.c (file contents):
Revision 2.4 by greg, Mon Dec 23 23:18:29 1991 UTC vs.
Revision 2.5 by greg, Tue Jan 14 16:16:00 1992 UTC

# Line 38 | Line 38 | int  vspretest = 128;                  /* virtual source pretest dens
38   int  directinvis = 0;                   /* sources invisible? */
39   double  srcsizerat = 0.;                /* maximum ratio source size/dist. */
40  
41 + double  specthresh = .5;                /* specular sampling threshold */
42 + double  specjitter = 1.;                /* specular sampling jitter */
43 +
44   int  maxdepth = 4;                      /* maximum recursion depth */
45   double  minweight = 1e-2;               /* minimum ray weight */
46  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines