mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Implements ignore filter for assimp fbx dummy nodes.
Adds gltf binary to list of supported extensions.
This commit is contained in:
parent
1d073e0b09
commit
0be93d6cf5
2 changed files with 15 additions and 3 deletions
|
|
@ -34,7 +34,9 @@ class AssimpShapeLoader : public TSShapeLoader
|
|||
|
||||
protected:
|
||||
const struct aiScene* mScene;
|
||||
|
||||
|
||||
virtual bool ignoreNode(const String& name);
|
||||
|
||||
public:
|
||||
AssimpShapeLoader();
|
||||
~AssimpShapeLoader();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue