Page 1 of 1

Shaking in FlyStraightAnimator

Posted: Thu Mar 16, 2006 8:54 am
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?

Posted: Thu Mar 16, 2006 10:37 am
by JP
Are you still using updateAbsolutePosition? Cos i don't think you need that anymore if you're using a flyStraightAnimator

Posted: Thu Mar 16, 2006 11:49 am
by Bear_130278
'cos not..

Posted: Thu Mar 16, 2006 12:28 pm
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

Posted: Thu Mar 16, 2006 4:10 pm
by Lev_a