Added GLTF Extension KHR_materials_anisotropy (#5950)

* added gltf extension KHR_materials_anisotropy

* Update glTF2Importer.cpp

---------

Co-authored-by: lutz.hoeren <lutz.hoeren@redplant.de>
Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
This commit is contained in:
Lutz Hören
2025-01-21 00:02:46 +01:00
committed by GitHub
parent 79d451bf4b
commit ba4455c9c0
9 changed files with 108 additions and 3 deletions

View File

@@ -267,6 +267,7 @@ TEST_F(MaterialSystemTest, testMaterialTextureTypeEnum) {
case aiTextureType_SHEEN:
case aiTextureType_CLEARCOAT:
case aiTextureType_TRANSMISSION:
case aiTextureType_ANISOTROPY:
case aiTextureType_UNKNOWN:
if (i > maxTextureType)
maxTextureType = i;