mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-05 05:25:03 +00:00
Remove Tr from material (now read as 'd' instead)
This commit is contained in:
parent
023905f0ba
commit
a4a143cfcd
1 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue