schell/renderling

Support for non-triangle primitives

Open

#198 geöffnet am 5. Sept. 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (14 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (237 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Using v0.4.9, this glb file (https://github.com/user-attachments/files/22179111/TempleLines.glb.zip) does not work with the demo viewer. It's rejected by the gltf parser: https://github.com/schell/renderling/blob/8493bcc1bdbb31f0c9c40fedd3359fd7556e9b6c/crates/renderling/src/stage/gltf_support.rs#L339

expected output (from https://modelviewer.dev/editor/):

Support for non triangle primitives is something I would certainly like for my typical use cases. I understand if this sort of thing isn't a high priority, or a non-goal of this project - just interested to hear what you think.

Thanks!

Contributor Guide