mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Prevents engine crash when loading shapes using the KHR_draco_mesh_compression extension.
This commit is contained in:
parent
a1097fbd13
commit
45f631b5e5
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