bigwheels icon indicating copy to clipboard operation
bigwheels copied to clipboard

[glTF] Support bufferView stride (interleaved attributes)

Open footballhead opened this issue 9 months ago • 2 comments

The current implementation of GltfLoader::LoadMeshData assumes that each attribute is stored tightly packed. However, glTF allows for interleaved attributes, see 3.6.2. Trying to load interleaved data like it is tightly packed results in garbage output.

BigWheels should support interleaved attributes in order to correctly load models like:

footballhead avatar May 24 '24 22:05 footballhead