home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / source / radsrc22 / src / rt / otspecia.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-28  |  365 b   |  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.