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.3 by greg, Tue May 25 10:30:14 1993 UTC

# 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines