character movement

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
ertae
Posts: 7
Joined: Thu Nov 15, 2007 9:27 am

character movement

Post by ertae »

hi, I am noob using irrlicht and i like to know how i can make my character walks??? can you give me an example???

thank you very much. :D

sorry about my english :oops:
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Like in the examples you can find in the SDK.
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

If the animated mesh has a walking animation and you know the right frames you can use
1.4 API wrote:virtual bool irr::scene::IAnimatedMeshSceneNode::setFrameLoop ( s32 begin,
s32 end
) [pure virtual]
or something like that.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
Post Reply