Ogre mesh load and his skeletal animations

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
prchakal
Posts: 58
Joined: Thu Sep 24, 2009 12:31 am

Ogre mesh load and his skeletal animations

Post by prchakal »

Hi,

I have a model.mesh and his skeletal animations, but i dont understand how to do to animate it.

You can download all from here:

[LINK TO COPYRIGHTED MATERIAL REMOVED]

Can anyone post one example to me?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Irrlicht does not support Ogre animations so far.
prchakal
Posts: 58
Joined: Thu Sep 24, 2009 12:31 am

Post by prchakal »

But have another method to convert it?

Convert to other format with this informations?
CuteAlien
Admin
Posts: 9679
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

If you manage to convert it into b3d - that is rather well supported. Using .X also could work.
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
Dorth
Posts: 931
Joined: Sat May 26, 2007 11:03 pm

Post by Dorth »

Alchemist from Torchlight, copyrighted material which you can NOT post around.
prchakal
Posts: 58
Joined: Thu Sep 24, 2009 12:31 am

Post by prchakal »

@Dorth, i know, its only for test purpose.

Thanks
Dorth
Posts: 931
Joined: Sat May 26, 2007 11:03 pm

Post by Dorth »

No, I mean, you can not post a link to it in this forum.
prchakal
Posts: 58
Joined: Thu Sep 24, 2009 12:31 am

Post by prchakal »

But, i want understand how to do the animations based of the skeleton.

Anyone have a reference?

How to do it on 3D tool and how to use/implement it on irrlicht to use this generated animations.

Yeasterday i think that we can make another post only to share the supported games models in irrlicht, like HL2 models, Doom3 models, GTA models, ...
Sundar
Posts: 84
Joined: Mon Jun 05, 2006 11:05 am

Post by Sundar »

i think .x format supports skeletol animation and irrlicht loads .x format. so irrlicht's .x loader code should be a good place to start looking
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Skeleton loading for Oge meshes has just today been comitted to SVN/trunk. The only thing currently not working correctly is keyframe animation. I don't know for sure, looks like the values are all wrong. Any help appreciated.
Post Reply