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.3 by greg, Tue May 25 10:30:14 1993 UTC vs.
Revision 2.4 by greg, Tue Dec 20 20:18:20 1994 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1992 Regents of the University of California */
1 > /* Copyright (c) 1994 Regents of the University of California */
2  
3   /* SCCSid "$SunId$ LBL" */
4  
# Line 35 | Line 35 | typedef struct ray {
35          struct ray  *parent;    /* ray this originated from */
36          FVECT  rorg;            /* origin of ray */
37          FVECT  rdir;            /* normalized direction of ray */
38 +        double  rmax;           /* maximum distance (aft clipping plane) */
39          int  rsrc;              /* source we're aiming for */
40          OBJECT  *clipset;       /* set of objects currently clipped */
41          OBJECT  *newcset;       /* next clipset, used for transmission */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines