Shaking in FlyStraightAnimator

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
Bear_130278
Posts: 237
Joined: Mon Jan 16, 2006 1:18 pm
Location: Odessa,Russian Federation

Shaking in FlyStraightAnimator

Post by Bear_130278 »

There is a model with walking animation.
When i simply use SetPosition+UpdateAbsolute position structure the ,odel moves smoothly.
But when i add a FlyStraightAnimator instead of SetPosition, model moves with shaking..

Am i doing something wrong, or it is a common behavior?
Do you like VODKA???
Image
Image
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Are you still using updateAbsolutePosition? Cos i don't think you need that anymore if you're using a flyStraightAnimator
Image Image Image
Bear_130278
Posts: 237
Joined: Mon Jan 16, 2006 1:18 pm
Location: Odessa,Russian Federation

Post by Bear_130278 »

'cos not..
Do you like VODKA???
Image
Image
Guest

Post by Guest »

the shaking is temporal aliasing? or rather time delta fluctuations on irrlichts internal timer. What do you use for you manual updates? (some time delat I assume) average it out and it gets smoother. AFAIK irrlicht does have some shakes in movements because of these fluctuations - try capping the frames to 60 for a test to see if it helps
Lev_a
Posts: 52
Joined: Tue Jan 10, 2006 5:59 pm
Location: Toronto, Canada

Post by Lev_a »

Post Reply