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

Comparing ray/src/gen/mkillum.h (file contents):
Revision 2.5 by schorsch, Sun Nov 16 10:29:38 2003 UTC vs.
Revision 2.6 by greg, Fri Nov 21 07:15:30 2003 UTC

# Line 7 | Line 7
7  
8   #include  "standard.h"
9   #include  "object.h"
10 #include  "otypes.h"
10   #include  "rtprocess.h"
11  
12   #ifdef __cplusplus
13   extern "C" {
14   #endif
16
15                                  /* illum flags */
16   #define  IL_LIGHT       0x1             /* light rather than illum */
17   #define  IL_COLDST      0x2             /* use color distribution */
# Line 50 | Line 48 | extern void roundout(struct illum_args  *il, float  *d
48   #ifdef __cplusplus
49   }
50   #endif
51 +
52 + #define FUN_ARGLIST     OBJREC *, struct illum_args *, struct rtproc *, char *
53 + #include  "otypes.h"
54 +
55   #endif /* _RAD_MKILLUM_H_ */
56  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines