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.2 by greg, Sat Jan 4 19:53:55 1992 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 27 | Line 27
27   #define  RAYREFL        (SHADOW|REFLECTED|AMBIENT|SPECULAR)
28  
29   typedef struct ray {
30 <        long  rno;              /* unique ray number */
30 >        unsigned long  rno;     /* unique ray number */
31          int  rlvl;              /* number of reflections for this ray */
32          float  rweight;         /* cumulative weight of this ray */
33          short  rtype;           /* ray type */
# 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