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.13 by greg, Wed Sep 14 18:35:21 1994 UTC vs.
Revision 2.14 by greg, Wed Dec 21 09:52:07 1994 UTC

# Line 41 | Line 41 | double srcsizerat = 0.;                /* maximum ratio source size/
41   double  specthresh = .3;                /* specular sampling threshold */
42   double  specjitter = 1.;                /* specular sampling jitter */
43  
44 + int  backvis = 1;                       /* back face visibility */
45 +
46   int  maxdepth = 4;                      /* maximum recursion depth */
47   double  minweight = 1e-2;               /* minimum ray weight */
48  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines