|
|
|
|
|
by steeleduncan
1628 days ago
|
|
Instead of doing all operations required to render the gamestate in a single frame you spread them in parts across multiple frames. This means that the output represents the state of the game some number of frames ago, increasing the time between your control inputs and what you see changing on screen. |
|