Maya Character Animation 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
sabotage3d
Posts: 13
Joined: Sat Aug 16, 2014 3:40 pm

Maya Character Animation to Irrlicht

Post by sabotage3d »

Hello,

I am trying to export a character animation from Maya to Irrlicht.
What is the best current way to do it ?

Thanks in advance,

Alex
CuteAlien
Admin
Posts: 9687
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Maya Character Animation to Irrlicht

Post by CuteAlien »

We used .X ... but that was back in 2007 and I haven't worked with Maya since then.
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
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Re: Maya Character Animation to Irrlicht

Post by christianclavet »

You could also use "tools" software to do conversion from FBX to a format that Irrlicht read well (I prefer using B3D as it support more features than .X)
I use Ultimate Unwrap 3D and/or fragmotion to do the work. Since Maya is part of autodesk, it should support FBX adequately, you only need to convert the FBX to a format that Irrlicht work well with.

Just remember that when you export animations, only skinned animation with be supported (no way of exporting morphs). If you do a character that talk, you need to create a bone rig for the face.
wing64
Competition winner
Posts: 242
Joined: Wed Jul 23, 2008 2:35 am
Location: Thailand
Contact:

Re: Maya Character Animation to Irrlicht

Post by wing64 »

Unreal ActorX is another choice.
Post Reply