diff --git a/src/mesh_converter/common.hpp b/src/mesh_converter/common.hpp index 572e106dc04272288e2aca579fd0584a3f125ceb..19b4bbae1ae2ef5e1a589a70ef972e5425d5a45f 100644 --- a/src/mesh_converter/common.hpp +++ b/src/mesh_converter/common.hpp @@ -28,8 +28,9 @@ namespace mirrage { struct Mesh_converted_config { Texture_mapping texture_mappings{ - {Texture_type::albedo, {1, 12}}, // aiTextureType_DIFFUSE, aiTextureType_BASE_COLOR - {Texture_type::metalness, {3, 15}}, // aiTextureType_AMBIENT, aiTextureType_METALNESS + {Texture_type::albedo, {1, 12}}, // aiTextureType_DIFFUSE, aiTextureType_BASE_COLOR + {Texture_type::metalness, + {3, 11, 15}}, // aiTextureType_AMBIENT, aiTextureType_REFLECTION aiTextureType_METALNESS {Texture_type::roughness, {7, 2,