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 1.2 by greg, Tue Apr 11 13:16:43 1989 UTC vs.
Revision 1.3 by greg, Thu Mar 22 20:07:01 1990 UTC

# Line 49 | Line 49 | typedef struct ray {
49          FVECT  pert;            /* surface normal perturbation */
50          COLOR  pcol;            /* pattern color */
51          COLOR  rcol;            /* returned ray value */
52 +        double  rt;             /* returned effective ray length */
53   }  RAY;
54  
55   extern double  raynormal();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines