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.22 by greg, Sun Apr 21 21:36:23 2013 UTC vs.
Revision 2.23 by greg, Wed Feb 3 01:54:51 2016 UTC

# Line 126 | Line 126 | typedef struct {
126          char            matn[SDnameLn]; /* material name */
127          char            makr[SDnameLn]; /* manufacturer */
128          char            *mgf;           /* geometric description (if any) */
129 <        float           dim[3];         /* width, height, thickness (meters) */
129 >        double          dim[3];         /* width, height, thickness (meters) */
130          SDValue         rLambFront;     /* diffuse front reflectance */
131          SDValue         rLambBack;      /* diffuse rear reflectance */
132          SDValue         tLamb;          /* diffuse transmission */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines