mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 14:55:39 +00:00
Prevents engine crash when loading shapes using the KHR_draco_mesh_compression extension.
This commit is contained in:
parent
ae8c964b95
commit
d0ca41e103
2 changed files with 15 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
Open Asset Import Library (assimp)
|
||||
----------------------------------------------------------------------
|
||||
|
||||
|
|
@ -1047,6 +1047,9 @@ namespace glTF2
|
|||
{
|
||||
bool KHR_materials_pbrSpecularGlossiness;
|
||||
bool KHR_materials_unlit;
|
||||
//T3D_CHANGE_BEGIN
|
||||
bool KHR_draco_mesh_compression;
|
||||
//T3D_CHANGE_END
|
||||
|
||||
} extensionsUsed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue