update assimp to 6.0.5

This commit is contained in:
AzaezelX 2026-06-09 12:46:56 -05:00
parent 2d2eb57e2e
commit f5cf21cfeb
941 changed files with 22718 additions and 12240 deletions

View file

@ -2,7 +2,7 @@
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2024, assimp team
Copyright (c) 2006-2026, assimp team
All rights reserved.
@ -90,6 +90,18 @@ const char *aiTextureTypeToString(aiTextureType in) {
return "Clearcoat";
case aiTextureType_TRANSMISSION:
return "Transmission";
case aiTextureType_MAYA_BASE:
return "MayaBase";
case aiTextureType_MAYA_SPECULAR:
return "MayaSpecular";
case aiTextureType_MAYA_SPECULAR_COLOR:
return "MayaSpecularColor";
case aiTextureType_MAYA_SPECULAR_ROUGHNESS:
return "MayaSpecularRoughness";
case aiTextureType_ANISOTROPY:
return "Anisotropy";
case aiTextureType_GLTF_METALLIC_ROUGHNESS:
return "glTFMetallicRoughness";
case aiTextureType_UNKNOWN:
return "Unknown";
default: