minetest/source/Irrlicht/tests
Lars Müller 5289d19a23 Fix gltf static mesh loading issues (#14)
* Support u8 / u32 indices

* Skip primitives without vertices

* Add support for non-indexed geometry & skipping primitives

* Fix possible memory leak on error

* Use SSkinnedMesh

* Check indices

* Properly mirror node hierarchy

* Update .gitignore

* Reorder includes

* Add some throws for logic errors

* Fix non-indexed geometry winding order, add unit test

* Address code review comments

* Add matrix transform unit test
2024-04-18 11:47:31 -05:00
..
assets Fix gltf static mesh loading issues (#14) 2024-04-18 11:47:31 -05:00
CMakeLists.txt Borrow CReadFile for tests 2024-04-18 11:46:36 -05:00
testCGLTFMeshFileLoader.cpp Fix gltf static mesh loading issues (#14) 2024-04-18 11:47:31 -05:00