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.9 by greg, Tue Feb 25 02:47:21 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1992 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid $Id$ */
2   /*
3   *  otypes.h - defines for object types.
7 *
8 *     1/28/86
4   */
5  
6 + #include "copyright.h"
7 +
8   typedef struct {
9          char  *funame;                  /* function name */
10          int  flags;                     /* type flags */
# Line 59 | Line 56 | typedef struct {
56   #define  MIX_FUNC       42              /* mixing function */
57   #define  MIX_DATA       43              /* mixing data */
58   #define  MIX_TEXT       44              /* mixing text */
59 < #define  MAT_DIRECT1    45              /* unidirecting material */
60 < #define  MAT_DIRECT2    46              /* bidirecting material */
59 > #define  MIX_PICT       45              /* mixing picture */
60 > #define  MAT_DIRECT1    46              /* unidirecting material */
61 > #define  MAT_DIRECT2    47              /* bidirecting material */
62                                  /* number of object types */
63 < #define  NUMOTYPE       47
63 > #define  NUMOTYPE       48
64                                  /* type flags */
65   #define  T_S            01              /* surface (object) */
66   #define  T_M            02              /* material */
# Line 141 | Line 139 | extern int  o_default();
139                                  { "mixfunc",    T_X|T_F,        o_default }, \
140                                  { "mixdata",    T_X|T_D,        o_default }, \
141                                  { "mixtext",    T_X|T_E,        o_default }, \
142 +                                { "mixpict",    T_X|T_I,        o_default }, \
143                                  { "prism1",     T_M|T_F|T_LV,   o_default }, \
144                                  { "prism2",     T_M|T_F|T_LV,   o_default }, \
145                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines