md2 weapon

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
thatax
Posts: 25
Joined: Thu Jul 31, 2008 7:33 am

md2 weapon

Post by thatax »

the md2 weapon has animation,how to bind it before camera staticly,I set it's parent to camera,but it still has its motion,I want it to be static.how to do so?
kornwaretm
Competition winner
Posts: 189
Joined: Tue Oct 16, 2007 3:53 am
Location: Indonesia
Contact:

Post by kornwaretm »

node->setFrameLoop(a,b)?
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Yeah you could set the frame loop to 0,0 or something, or the animation speed to 0, that should do the trick.
Image Image Image
Post Reply