bigwheels icon indicating copy to clipboard operation
bigwheels copied to clipboard

[glTF] Support meshes without indices

Open footballhead opened this issue 8 months ago • 1 comments

GltfLoader::LoadMeshData currently complains when a mesh lacks indices. However, meshes are allowed to not have indices. 5.24.2 says:

When this is undefined, the primitive defines non-indexed geometry

This would allow BigWheels to load and render:

footballhead avatar May 31 '24 18:05 footballhead