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.4 by greg, Wed Jan 12 15:55:08 1994 UTC vs.
Revision 2.5 by greg, Fri Sep 15 14:55:08 1995 UTC

# Line 91 | Line 91 | extern FUN  ofun[];                    /* our type list */
91   #define  hasdata(t)     (ofun[t].flags & (T_D|T_I))
92   #define  hasfunc(t)     (ofun[t].flags & (T_F|T_D|T_I))
93   #define  hastext(t)     (ofun[t].flags & T_E)
94 + #define  isflat(t)      ((t)==OBJ_FACE || (t)==OBJ_RING)
95  
96   extern int  o_default();
97                                          /* type list initialization */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines