Frames from Mesh

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
MacGyver
Posts: 6
Joined: Tue Sep 04, 2007 9:25 pm

Frames from Mesh

Post by MacGyver »

Hello i have one question.
can the engine interpolate between frames?
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

what model format are you using? In general if the model format interpolates between frames then so will irrlicht when you import the model and render it.
Image Image Image
kornwaretm
Competition winner
Posts: 189
Joined: Tue Oct 16, 2007 3:53 am
Location: Indonesia
Contact:

Post by kornwaretm »

cool!!!:shock:
could u please give me example for interpolated types?

i make a game without device->sleep(), and while my char walk is slower than when i use device->sleep(), even the model animation(walking animation) doesn't get slower or faster, is this related?
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

You can change the speed of the animation, check the API under IAnimatedMeshSceneNode.
Image Image Image
Post Reply