Merge pull request #220 from VirusFree/master
detect FBX glossiness map (ShininessExponent)pull/221/head
commit
c158638d67
|
@ -1517,6 +1517,7 @@ private:
|
||||||
TrySetTextureProperties(out_mat, textures, "DisplacementColor", aiTextureType_DISPLACEMENT);
|
TrySetTextureProperties(out_mat, textures, "DisplacementColor", aiTextureType_DISPLACEMENT);
|
||||||
TrySetTextureProperties(out_mat, textures, "NormalMap", aiTextureType_NORMALS);
|
TrySetTextureProperties(out_mat, textures, "NormalMap", aiTextureType_NORMALS);
|
||||||
TrySetTextureProperties(out_mat, textures, "Bump", aiTextureType_HEIGHT);
|
TrySetTextureProperties(out_mat, textures, "Bump", aiTextureType_HEIGHT);
|
||||||
|
TrySetTextureProperties(out_mat, textures, "ShininessExponent", aiTextureType_SHININESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue