| # | 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 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |