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?
Shaking in FlyStraightAnimator
-
- Posts: 237
- Joined: Mon Jan 16, 2006 1:18 pm
- Location: Odessa,Russian Federation
-
- Posts: 237
- Joined: Mon Jan 16, 2006 1:18 pm
- Location: Odessa,Russian Federation
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
I have same problem:
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=12028
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=12028