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.
thatax
Posts: 25 Joined: Thu Jul 31, 2008 7:33 am
Post
by thatax » Mon Sep 01, 2008 10:59 am
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 » Mon Sep 01, 2008 11:02 am
node->setFrameLoop(a,b)?
JP
Posts: 4526 Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:
Post
by JP » Mon Sep 01, 2008 11:31 am
Yeah you could set the frame loop to 0,0 or something, or the animation speed to 0, that should do the trick.