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

Comparing ray/src/common/bsdf.h (file contents):
Revision 2.17 by greg, Sun Mar 4 20:11:10 2012 UTC vs.
Revision 2.18 by greg, Mon Mar 5 00:17:06 2012 UTC

# Line 118 | Line 118 | typedef struct {
118   /* Loaded BSDF data */
119   typedef struct {
120          char            name[SDnameLn]; /* BSDF name (usu. derived from file) */
121 +        char            matn[SDnameLn]; /* material name */
122 +        char            makr[SDnameLn]; /* manufacturer */
123          char            *mgf;           /* geometric description (if any) */
124          float           dim[3];         /* width, height, thickness (meters) */
125          SDValue         rLambFront;     /* diffuse front reflectance */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines