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.45 by greg, Fri Mar 15 21:02:09 1996 UTC vs.
Revision 2.46 by greg, Wed Apr 17 14:02:05 1996 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines