| # | Line 126 | Line 126 | typedef struct { | |
|---|---|---|
| 126 | double dim[3]; /* width, height, thickness (meters) */ | |
| 127 | SDValue rLambFront; /* diffuse front reflectance */ | |
| 128 | SDValue rLambBack; /* diffuse rear reflectance */ | |
| 129 | < | SDValue tLamb; /* diffuse transmission */ |
| 129 | > | SDValue tLambFront; /* diffuse front transmittance */ |
| 130 | > | SDValue tLambBack; /* diffuse back transmittance */ |
| 131 | SDSpectralDF *rf, *rb; /* non-diffuse BRDF components */ | |
| 132 | SDSpectralDF *tf, *tb; /* non-diffuse BTDF components */ | |
| 133 | } SDData; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |