--- ray/src/rt/ray.h 1996/03/27 12:17:10 2.7 +++ ray/src/rt/ray.h 1996/06/05 11:27:30 2.9 @@ -16,8 +16,6 @@ #define MAXDIM 32 /* maximum number of dimensions */ -#define MAXSLIST 32 /* maximum sources to check */ - /* ray type flags */ #define PRIMARY 01 /* original ray */ #define SHADOW 02 /* ray to light source */ @@ -55,7 +53,7 @@ typedef struct ray { COLOR rcol; /* returned ray value */ double rt; /* returned effective ray length */ COLOR cext; /* medium extinction coefficient */ - float albedo; /* medium scattering albedo */ + COLOR albedo; /* medium scattering albedo */ float gecc; /* scattering eccentricity coefficient */ int *slights; /* list of lights to test for scattering */ } RAY;