1
0

Test for correct vertex indices

This commit is contained in:
Josiah VanderZee
2022-11-10 13:58:28 -06:00
committed by JosiahWI
parent f2a3e990f3
commit 1b9d3ca502
3 changed files with 87 additions and 52 deletions

View File

@@ -22,9 +22,6 @@ public:
bool isALoadableFileExtension(const io::path& filename) const override;
IAnimatedMesh* createMesh(io::IReadFile* file) override;
private:
bool tryParseGLTF(io::IReadFile* file, tinygltf::Model& model) const;
};
} // namespace scene