climb a stair

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
Guest

climb a stair

Post by Guest »

I create my sm3d model, it can move but can not climb stair.
How to do this ?

I suppose this function is important for climbing :

scene::ISceneNodeAnimator* perso2_col = smgr->createCollisionResponseAnimator( selector, perso2, core::vector3df(10,10,10), core::vector3df(0,-100,0), 100.0f, core::vector3df(0,0,0));

is there a tips ?

Sam.
Guest

Post by Guest »

I find the tips !
Finally, It is very easy !

Sam.
Post Reply