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 2.4 by schorsch, Sat Jun 7 00:54:58 2003 UTC vs.
Revision 2.6 by greg, Wed Dec 31 01:50:02 2003 UTC

# Line 9 | Line 9
9   extern "C" {
10   #endif
11  
12
13 #include "copyright.h"
14
12                  /* flag for materials to ignore during irradiance comp. */
13   #define  T_IRR_IGN      T_SP1
14 +
15 +                /* flag for completely opaque materials */
16 + #define  T_OPAQUE       T_SP2
17  
18   #define  irr_ignore(t)  (ofun[t].flags & T_IRR_IGN)
19  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines