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.16 by greg, Wed Feb 14 15:18:09 1996 UTC vs.
Revision 2.17 by greg, Wed Apr 17 14:02:16 1996 UTC

# Line 39 | Line 39 | int  directvis = 1;                    /* sources visible? */
39   double  srcsizerat = 0.;                /* maximum ratio source size/dist. */
40  
41   COLOR  cextinction = BLKCOLOR;          /* global extinction coefficient */
42 < double  salbedo = 0.;                   /* global scattering albedo */
42 > COLOR  salbedo = BLKCOLOR;              /* global scattering albedo */
43   double  seccg = 0.;                     /* global scattering eccentricity */
44   double  ssampdist = 0.;                 /* scatter sampling distance */
45  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines