mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-06-12 16:34:01 +00:00
update assimp to 6.0.5
This commit is contained in:
parent
2d2eb57e2e
commit
f5cf21cfeb
941 changed files with 22718 additions and 12240 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue