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 1.11 by greg, Wed Jun 19 16:09:15 1991 UTC vs.
Revision 1.12 by greg, Wed Jul 17 13:41:49 1991 UTC

# Line 55 | Line 55 | typedef struct {
55   #define  MIX_FUNC       38              /* mixing function */
56   #define  MIX_DATA       39              /* mixing data */
57   #define  MIX_TEXT       40              /* mixing text */
58 + #define  MAT_DIRECT1    41              /* unidirecting material */
59 + #define  MAT_DIRECT2    42              /* bidirecting material */
60                                  /* number of object types */
61 < #define  NUMOTYPE       41
61 > #define  NUMOTYPE       43
62                                  /* type flags */
63   #define  T_S            01              /* surface (object) */
64   #define  T_M            02              /* material */
# Line 131 | Line 133 | extern int  o_default();
133                                  { "mixfunc",    T_X|T_F,        o_default }, \
134                                  { "mixdata",    T_X|T_D,        o_default }, \
135                                  { "mixtext",    T_X|T_E,        o_default }, \
136 +                                { "prism1",     T_M|T_F|T_LV,   o_default }, \
137 +                                { "prism2",     T_M|T_F|T_LV,   o_default }, \
138                          }
139  
140   #define  ALIASID        "alias"         /* alias type identifier */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines