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

Comparing ray/src/rt/ray.h (file contents):
Revision 2.7 by greg, Wed Mar 27 12:17:10 1996 UTC vs.
Revision 2.8 by greg, Wed Apr 17 14:01:51 1996 UTC

# Line 55 | Line 55 | typedef struct ray {
55          COLOR  rcol;            /* returned ray value */
56          double  rt;             /* returned effective ray length */
57          COLOR  cext;            /* medium extinction coefficient */
58 <        float  albedo;          /* medium scattering albedo */
58 >        COLOR  albedo;          /* medium scattering albedo */
59          float  gecc;            /* scattering eccentricity coefficient */
60          int  *slights;          /* list of lights to test for scattering */
61   }  RAY;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines