Implements ignore filter for assimp fbx dummy nodes.

Adds gltf binary to list of supported extensions.
This commit is contained in:
OTHGMars 2019-03-24 06:25:38 -04:00
parent 1d073e0b09
commit 0be93d6cf5
2 changed files with 15 additions and 3 deletions

View file

@ -34,7 +34,9 @@ class AssimpShapeLoader : public TSShapeLoader
protected:
const struct aiScene* mScene;
virtual bool ignoreNode(const String& name);
public:
AssimpShapeLoader();
~AssimpShapeLoader();