--- ray/src/rt/ray.h 1989/04/11 13:16:43 1.2 +++ ray/src/rt/ray.h 1990/03/22 20:07:01 1.3 @@ -49,6 +49,7 @@ typedef struct ray { FVECT pert; /* surface normal perturbation */ COLOR pcol; /* pattern color */ COLOR rcol; /* returned ray value */ + double rt; /* returned effective ray length */ } RAY; extern double raynormal();