How to load .fbx file?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
JacobARPlanet
Posts: 2
Joined: Thu Sep 13, 2018 6:20 am

How to load .fbx file?

Post by JacobARPlanet »

I want to load .fbx file, but the error message says "Could not load mesh, file format seems to be unsupported: media/test0212/test0212_an.FBX".

I have finded the irrext, but I don't know how to combine the irrlicht and the irrext.

Does it have any tutorial about Loading fbx?
CuteAlien
Admin
Posts: 9647
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: How to load .fbx file?

Post by CuteAlien »

Irrlicht doesn't support .fbx, but JLouisB wrote support for the assimp library which can do that. You can check his solution here: http://irrlicht.sourceforge.net/forum/v ... =9&t=50751
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
JacobARPlanet
Posts: 2
Joined: Thu Sep 13, 2018 6:20 am

Re: How to load .fbx file?

Post by JacobARPlanet »

Thanks. CuteAlien .
But I import the FBX file that cannot be normal display skeletal animation.
robmar
Posts: 1125
Joined: Sun Aug 14, 2011 11:30 pm

Re: How to load .fbx file?

Post by robmar »

I just download the Open 3D Model viewer which uses the latest version of Assimp, and it crashed when trying to load a smallish FBX file animation. Went to the website, but there is no support email.
Has anyone recently testedf Assimp with FBX animations?
Post Reply