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 1.1 by greg, Thu Feb 2 10:41:39 1989 UTC vs.
Revision 1.2 by greg, Wed Jun 7 08:35:29 1989 UTC

# Line 28 | Line 28 | double  maxdiff = .15;                 /* max. sample difference */
28   double  exposure = 1.0;                 /* exposure for scene */
29  
30   double  dstrsrc = 0.0;                  /* square source distribution */
31 + double  shadthresh = .05;               /* shadow threshold */
32  
33   int  maxdepth = 4;                      /* maximum recursion depth */
34   double  minweight = 1e-2;               /* minimum ray weight */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines