Why does my position interpolation code result in "jumpy" motion?Why does my position interpolation code result in "jumpy" motion?
Make sure previousPosition_ is only being updated when there's a new physics update, not every frame
But I still don't know if it's a good solution.