ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/otspecial.h
(Generate patch)

Comparing ray/src/rt/otspecial.h (file contents):
Revision 1.1 by greg, Wed May 1 09:34:40 1991 UTC vs.
Revision 2.5 by greg, Fri Jun 27 06:53:22 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1991 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid $Id$ */
2   /*
3   * Special type flags for objects used in rendering.
4   * Depends on definitions in otypes.h
5   */
6 + #ifndef _RAD_OTSPECIAL_H_
7 + #define _RAD_OTSPECIAL_H_
8 + #ifdef __cplusplus
9 + extern "C" {
10 + #endif
11  
12                  /* flag for materials to ignore during irradiance comp. */
13   #define  T_IRR_IGN      T_SP1
14  
15   #define  irr_ignore(t)  (ofun[t].flags & T_IRR_IGN)
16 +
17 +
18 + #ifdef __cplusplus
19 + }
20 + #endif
21 + #endif /* _RAD_OTSPECIAL_H_ */
22 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines