| Revision: | 1.1 | 
| Committed: | Wed May 1 09:34:40 1991 UTC (34 years, 6 months ago) by greg | 
| Content type: | text/plain | 
| Branch: | MAIN | 
| Log Message: | Initial revision  | 
| # | User | Rev | Content | 
|---|---|---|---|
| 1 | greg | 1.1 | /* Copyright (c) 1991 Regents of the University of California */ | 
| 2 | |||
| 3 | /* SCCSid "$SunId$ LBL" */ | ||
| 4 | |||
| 5 | /* | ||
| 6 | * Special type flags for objects used in rendering. | ||
| 7 | * Depends on definitions in otypes.h | ||
| 8 | */ | ||
| 9 | |||
| 10 | /* flag for materials to ignore during irradiance comp. */ | ||
| 11 | #define T_IRR_IGN T_SP1 | ||
| 12 | |||
| 13 | #define irr_ignore(t) (ofun[t].flags & T_IRR_IGN) |