Extrapolation breaks collision detection
- by user22241
Before applying extrapolation to my sprite's movement, my collision worked perfectly. However, after applying extrapolation to my sprite's movement (to smooth things out), the collision no longer works.
This is how things worked before extrapolation:
However, after I implement my extrapolation, the collision routine breaks. I am assuming…