Collada animation import to Irrlicht

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
robmar
Posts: 1125
Joined: Sun Aug 14, 2011 11:30 pm

Collada animation import to Irrlicht

Post by robmar »

Any know the level of animation support in the current Collada loader? Trying to find a way to import from 3D Max
CuteAlien
Admin
Posts: 9694
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Collada animation import to Irrlicht

Post by CuteAlien »

Sorry, not supported.
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
robmar
Posts: 1125
Joined: Sun Aug 14, 2011 11:30 pm

Re: Collada animation import to Irrlicht

Post by robmar »

So best method to get animations into Irrlicht from 3D Studio or FBX? Fragmotion doesn't handle FBX properly, so any other method that works well?
CuteAlien
Admin
Posts: 9694
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Collada animation import to Irrlicht

Post by CuteAlien »

There was an assimp interface somewhere on the forum. Maybe that works with fbx.
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
robmar
Posts: 1125
Joined: Sun Aug 14, 2011 11:30 pm

Re: Collada animation import to Irrlicht

Post by robmar »

Just looked at assimp website, looks great... if it works of course! Thanks alot for the tip!
robmar
Posts: 1125
Joined: Sun Aug 14, 2011 11:30 pm

Re: Collada animation import to Irrlicht

Post by robmar »

Not so good after all, another one bites the dust! No FBX support, the software has no GUI apart from a viewer with very limited functionality.
CuteAlien
Admin
Posts: 9694
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Collada animation import to Irrlicht

Post by CuteAlien »

The FBX support is just not mentioned in their features. They have that. And for the viewer.. use Irrlicht. Search the forum, there is an assimp interface to use assimp inside Irrlicht somewhere.
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
robmar
Posts: 1125
Joined: Sun Aug 14, 2011 11:30 pm

Re: Collada animation import to Irrlicht

Post by robmar »

Okay, will try the cmd line tool and see if it converts an animated FBX to and animated .x
robmar
Posts: 1125
Joined: Sun Aug 14, 2011 11:30 pm

Re: Collada animation import to Irrlicht

Post by robmar »

Well I used the Viewer tool, and it imported the FBX, but on most at the end there is a massive distortion to the mesh.

It also only lists Collada format, I exported a .dae but no animations when loaded into irrlict.

Other formats are obj, ply, and stl.

Looked at the help to see if the cmd line tool has more supported formats, but there is no help, nearly none.
CuteAlien
Admin
Posts: 9694
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Collada animation import to Irrlicht

Post by CuteAlien »

Ah, too bad.
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
robmar
Posts: 1125
Joined: Sun Aug 14, 2011 11:30 pm

Re: Collada animation import to Irrlicht

Post by robmar »

:lol: :lol: :roll:
Post Reply