Hexer611
Results
2
issues of
Hexer611
Hello, i have a project where i need to import glb files in runtime. I need all shader variants (at least that is what i think) so i included those...
According to these two issues; - https://github.com/atteneder/glTFast/issues/316 - https://github.com/atteneder/glTFast/issues/689 These primitive modes are not implemented: - `TRIANGLE_STRIP` - `TRIANGLE_FAN` And this primitive mode is not rendered correctly: - `LINE_LOOP` ###...