https://gamedev.stackexchange.com/questions/18724/why-does-my-position-interpolation-code-result-in-jumpy-motion?rq=1

> 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.