bigwheels
bigwheels copied to clipboard
[glTF] Support bufferView stride (interleaved attributes)
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: