home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 1991 Regents of the University of California */
-
- /* SCCSid "@(#)otspecial.h 2.1 11/12/91 LBL" */
-
- /*
- * Special type flags for objects used in rendering.
- * Depends on definitions in otypes.h
- */
-
- /* flag for materials to ignore during irradiance comp. */
- #define T_IRR_IGN T_SP1
-
- #define irr_ignore(t) (ofun[t].flags & T_IRR_IGN)
-