The movement-prediction tag has no wiki summary.
16
votes
3answers
4k views
How does client-side prediction work?
I've read Valve + Gafferon and hundreds of pages from Google, but for whatever reason I can't get my head around client prediction.
To my understanding, the basic problem is:
Client A sends input ...
10
votes
2answers
308 views
Extrapolation breaks collision detection
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 ...