ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/otypes.h
(Generate patch)

Comparing ray/src/common/otypes.h (file contents):
Revision 2.3 by greg, Thu Mar 12 11:41:20 1992 UTC vs.
Revision 2.4 by greg, Wed Jan 12 15:55:08 1994 UTC

# Line 86 | Line 86 | extern FUN  ofun[];                    /* our type list */
86   #define  isvolume(t)    (ofun[t].flags & T_V)
87   #define  ismodifier(t)  (!(ofun[t].flags & (T_S|T_V)))
88   #define  ismaterial(t)  (ofun[t].flags & T_M)
89 #define  istexture(t)   (ofun[t].flags & (T_P|T_T|T_X))
89   #define  islight(t)     (ofun[t].flags & T_L)
90   #define  isvlight(t)    (ofun[t].flags & T_LV)
91   #define  hasdata(t)     (ofun[t].flags & (T_D|T_I))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines