Reliable FBX loader?
Reliable FBX loader?
I know irrAssimp is pretty unreliable when it comes to importing files like .fbx (especially animation), but is there any reliable .fbx loader out there?
Re: Reliable FBX loader?
If irrAssimp doesn't work then probably not. Thought I heard Minecraft guys (or whatever it's called now) worked on one, no idea if it can be back-ported or current state.
I'll probably write one for static models using the official sdk some time this year (contractor asked for that and I have some experience with the SDK by now as I wrote an exporter last year).
I'll probably write one for static models using the official sdk some time this year (contractor asked for that and I have some experience with the SDK by now as I wrote an exporter last year).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Reliable FBX loader?
Minetest/Luanti? Seems like maybe their fbx loader is not in their repo, or this one is outdated: https://github.com/minetest/irrlicht
I may try to just use irrAssimp again, but strictly only have it load fbx files because I would like vertex coloring in my scenes. Surely I've been doing something wrong importing it or something with my animated models to cause it to deform them in weird ways.
I may try to just use irrAssimp again, but strictly only have it load fbx files because I would like vertex coloring in my scenes. Surely I've been doing something wrong importing it or something with my animated models to cause it to deform them in weird ways.
Re: Reliable FBX loader?
Sorry, Minetest I meant certainly :-) And I don't know anything about it, just it got mentioned before in forum. I also have no experience with irrAssimp at all. For bugs you can maybe report to them.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Re: Reliable FBX loader?
The Skylicht engine also has its own FBX loader that you can probably adapt to your project. It will likely take some work to get running outside of Skylicht but its based on irrlicht so it shouldn't be too difficult.
Here is the skylicht repo: https://github.com/skylicht-lab/skylich ... ree/master
Here is the skylicht repo: https://github.com/skylicht-lab/skylich ... ree/master