Remove Tr from material (now read as 'd' instead)

This commit is contained in:
Richard Knight 2019-05-19 17:40:24 +01:00
parent 023905f0ba
commit a4a143cfcd

View file

@ -49,9 +49,8 @@ typedef struct
float Kt[3]; /* Transmittance */
float Ns; /* Shininess */
float Ni; /* Index of refraction */
float Tr; /* Transparency */
float Tf[3]; /* Transmission filter */
float d; /* Disolve (usually 1 - Tr) */
float d; /* Disolve (alpha) */
int illum; /* Illumination model */
/* Texture maps */