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.39 by greg, Tue Dec 20 20:18:30 1994 UTC vs.
Revision 2.40 by greg, Wed Dec 21 09:51:56 1994 UTC

# Line 67 | Line 67 | double srcsizerat = .25;               /* maximum ratio source size
67   double  specthresh = .15;               /* specular sampling threshold */
68   double  specjitter = 1.;                /* specular sampling jitter */
69  
70 + int  backvis = 1;                       /* back face visibility */
71 +
72   int  maxdepth = 6;                      /* maximum recursion depth */
73   double  minweight = 5e-3;               /* minimum ray weight */
74  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines