detect FBX glossiness map (ShininessExponent)

This commit is contained in:
George Papadopoulos
2014-02-14 15:12:28 +02:00
parent 3cc4ece11e
commit 02c4344d1d

View File

@@ -1517,6 +1517,7 @@ private:
TrySetTextureProperties(out_mat, textures, "DisplacementColor", aiTextureType_DISPLACEMENT);
TrySetTextureProperties(out_mat, textures, "NormalMap", aiTextureType_NORMALS);
TrySetTextureProperties(out_mat, textures, "Bump", aiTextureType_HEIGHT);
TrySetTextureProperties(out_mat, textures, "ShininessExponent", aiTextureType_SHININESS);
}