google / bigwheels

BigWheels is a cross-platform, API agnostic framework to build graphics applications.
Apache License 2.0
94 stars 37 forks source link

[glTF] Support meshes with non-triangle primitive modes #475

Open footballhead opened 6 months ago

footballhead commented 6 months ago

GltfLoader::LoadMeshData only loads meshes that use the triangle primitive mode. However, 5.24.4 defines other support primitives like lines, points, triangle strips, and triangle fans.

This would allow BigWheels to load and render: