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.17 by schorsch, Sat Jun 7 00:54:58 2003 UTC vs.
Revision 2.18 by schorsch, Thu Jun 26 00:58:10 2003 UTC

# Line 55 | Line 55 | typedef struct ray {
55          FVECT   ron;            /* intersection surface normal */
56          double  rod;            /* -DOT(rdir, ron) */
57          FULLXF  *rox;           /* object transformation */
58 <        FLOAT   uv[2];          /* local coordinates */
58 >        RREAL   uv[2];          /* local coordinates */
59          FVECT   pert;           /* surface normal perturbation */
60          COLOR   pcol;           /* pattern color */
61          COLOR   rcol;           /* returned ray value */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines