Tagged Questions
3
votes
2answers
968 views
Why does my position interpolation code result in “jumpy” motion?
I am developing an android game with box2d and use a fixed timestep system for advancing the physics.
However as I use this system it requires the box2d positions to be interpolates. I read this ...