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

Comparing ray/src/common/otypes.h (file contents):
Revision 2.6 by greg, Fri Dec 8 18:16:13 1995 UTC vs.
Revision 2.7 by gwlarson, Wed Jan 20 13:47:26 1999 UTC

# Line 59 | Line 59 | typedef struct {
59   #define  MIX_FUNC       42              /* mixing function */
60   #define  MIX_DATA       43              /* mixing data */
61   #define  MIX_TEXT       44              /* mixing text */
62 < #define  MAT_DIRECT1    45              /* unidirecting material */
63 < #define  MAT_DIRECT2    46              /* bidirecting material */
62 > #define  MIX_PICT       45              /* mixing picture */
63 > #define  MAT_DIRECT1    46              /* unidirecting material */
64 > #define  MAT_DIRECT2    47              /* bidirecting material */
65                                  /* number of object types */
66 < #define  NUMOTYPE       47
66 > #define  NUMOTYPE       48
67                                  /* type flags */
68   #define  T_S            01              /* surface (object) */
69   #define  T_M            02              /* material */
# Line 141 | Line 142 | extern int  o_default();
142                                  { "mixfunc",    T_X|T_F,        o_default }, \
143                                  { "mixdata",    T_X|T_D,        o_default }, \
144                                  { "mixtext",    T_X|T_E,        o_default }, \
145 +                                { "mixpict",    T_X|T_I,        o_default }, \
146                                  { "prism1",     T_M|T_F|T_LV,   o_default }, \
147                                  { "prism2",     T_M|T_F|T_LV,   o_default }, \
148                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines