bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.14k stars 155 forks source link

Consider exposing gltf as first class model format. #782

Open bryanedds opened 7 months ago

bryanedds commented 7 months ago

We don't yet support this directly although presumably assimp would already be a reliable tool for its import. Biggest part of this issue is doing sufficient testing.

bryanedds commented 2 months ago

I've heard gltf is not a very efficient game-oriented model format. Not sure if it's true tho. Might be worth looking into the practicality of it as compared to fbx before proceeding.