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.3 by greg, Thu Mar 22 20:07:01 1990 UTC vs.
Revision 1.4 by greg, Sat Dec 15 16:41:44 1990 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1986 Regents of the University of California */
1 > /* Copyright (c) 1990 Regents of the University of California */
2  
3   /* SCCSid "$SunId$ LBL" */
4  
# Line 42 | Line 42 | typedef struct ray {
42          FVECT  rop;             /* intersection point */
43          FVECT  ron;             /* intersection surface normal */
44          double  rod;            /* -DOT(rdir, ron) */
45 <        double  rofx[4][4];     /* transform from object space */
46 <        double  rofs;           /* scaling factor from object */
47 <        double  robx[4][4];     /* transform back to object space */
48 <        double  robs;           /* back scaling factor */
45 >        FULLXF  *rox;           /* object transformation */
46          FVECT  pert;            /* surface normal perturbation */
47          COLOR  pcol;            /* pattern color */
48          COLOR  rcol;            /* returned ray value */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines