gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

Add gltf support for sparse accessors and non indexed meshes. #59

Closed maoliver-amd closed 1 year ago

maoliver-amd commented 1 year ago

Adds support for sparse buffer accessors Fixes loading meshes that dont define an index buffer (it actually just defines an default index buffer now - this was actually easier than not creating an index buffer and makes it easier to add support for triangle strips/fans later) Fixes loading files that dont define a default scene.

gboisse commented 1 year ago

Thanks for the fixes.