Hacker News new | ask | show | jobs
by douche 3790 days ago
Seems like they could throw in Assimp[1] and have most of the common formats out-of-the-box.

[1] https://github.com/assimp/assimp

2 comments

I've never been able to get Assimp to successfully load anything other than .obj format models, despite what they claim in their docs. Last time I tried was about two years ago though, so maybe it's improved since then.
I've used the .NET wrapper to load up quite a few different model formats. Sometimes it takes a little fiddling to get the right set of flags, because it seems like every model is setup just a little differently...
Huh, that's a very nice library I'd not seen before! Thanks.