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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.21 by greg, Wed Feb 14 15:18:12 1996 UTC vs.
Revision 2.22 by greg, Wed Apr 17 14:02:09 1996 UTC

# Line 59 | Line 59 | int  directvis = 1;                    /* sources visible? */
59   double  srcsizerat = .2;                /* maximum ratio source size/dist. */
60  
61   COLOR  cextinction = BLKCOLOR;          /* global extinction coefficient */
62 < double  salbedo = 0.;                   /* global scattering albedo */
62 > COLOR  salbedo = BLKCOLOR;              /* global scattering albedo */
63   double  seccg = 0.;                     /* global scattering eccentricity */
64   double  ssampdist = 0.;                 /* scatter sampling distance */
65  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines