ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/otspecial.h
Revision: 2.1
Committed: Tue Nov 12 17:10:26 1991 UTC (32 years, 5 months ago) by greg
Content type: text/plain
Branch: MAIN
Changes since 1.1: +0 -0 lines
Log Message:
updated revision number for release 2.0

File Contents

# Content
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)