animation problem using irrcal3d

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
Jeevan Singla
Posts: 8
Joined: Mon Oct 16, 2006 4:02 pm
Location: India

animation problem using irrcal3d

Post by Jeevan Singla »

I've created a character & its animation by using IrrCal3d. Character has upper & lower body with isolated animations like (walk_forward_upper, Walk_forward_lower). I'm using this animation simultaneously by:

player->playAnimation("walk_forward_lower");
player->playAnimation("walk_forward_upper");

//player is a CCal3dSceneNode
but these are not blending both animations properly. how i can solve this problem. plz help me. this is urgent....
thanx
Post Reply