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.18 by greg, Mon Jun 25 20:49:10 2018 UTC vs.
Revision 2.19 by greg, Tue Jun 26 14:42:18 2018 UTC

# Line 62 | Line 62 | extern int  o_default(); /* XXX conflict with radogl.h
62   #define  MAT_TFUNC      34              /* trans brdf function */
63   #define  MAT_BRTDF      35              /* BRTD function */
64   #define  MAT_BSDF       36              /* BSDF data file */
65 < #define  MAT_SBSDF      37              /* specular BSDF data file */
65 > #define  MAT_ABSDF      37              /* aperture BSDF data file */
66   #define  MAT_PDATA      38              /* plastic brdf data */
67   #define  MAT_MDATA      39              /* metal brdf data */
68   #define  MAT_TDATA      40              /* trans brdf data */
# Line 155 | Line 155 | extern FUN  ofun[];                    /* our type list */
155                                  { "transfunc",  T_M|T_F,        o_default }, \
156                                  { "BRTDfunc",   T_M|T_F,        o_default }, \
157                                  { "BSDF",       T_M|T_D,        o_default }, \
158 <                                { "sBSDF",      T_M|T_D,        o_default }, \
158 >                                { "aBSDF",      T_M|T_D,        o_default }, \
159                                  { "plasdata",   T_M|T_D,        o_default }, \
160                                  { "metdata",    T_M|T_D,        o_default }, \
161                                  { "transdata",  T_M|T_D,        o_default }, \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines