home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / NEWS / RADIANCE / SRC / RT / OTSPECIA.H < prev    next >
Text File  |  1993-10-07  |  365b  |  14 lines

  1. /* Copyright (c) 1991 Regents of the University of California */
  2.  
  3. /* SCCSid "@(#)otspecial.h 2.1 11/12/91 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)
  14.