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.