--- ray/src/rt/ray.h 1995/12/09 09:35:00 2.6 +++ ray/src/rt/ray.h 1996/04/17 14:01:51 2.8 @@ -55,7 +55,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; @@ -64,7 +64,7 @@ extern int raytrace(); extern double raynormal(); -extern double raydistance(); +extern double raydist(); extern int dimlist[]; /* dimension list for distribution */ extern int ndims; /* number of dimensions so far */