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.9 by greg, Wed Jun 5 11:27:30 1996 UTC

# Line 16 | Line 16
16  
17   #define  MAXDIM         32      /* maximum number of dimensions */
18  
19 #define  MAXSLIST       32      /* maximum sources to check */
20
19                                  /* ray type flags */
20   #define  PRIMARY        01              /* original ray */
21   #define  SHADOW         02              /* ray to light source */
# Line 55 | Line 53 | typedef struct ray {
53          COLOR  rcol;            /* returned ray value */
54          double  rt;             /* returned effective ray length */
55          COLOR  cext;            /* medium extinction coefficient */
56 <        float  albedo;          /* medium scattering albedo */
56 >        COLOR  albedo;          /* medium scattering albedo */
57          float  gecc;            /* scattering eccentricity coefficient */
58          int  *slights;          /* list of lights to test for scattering */
59   }  RAY;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines