space-wizards / RobustToolbox

Robust multiplayer game engine, used by Space Station 14
https://spacestation14.io
Other
551 stars 410 forks source link

Entity Interpolation #772

Closed Acruid closed 5 years ago

Acruid commented 5 years ago

This smooths out the movement of entities between game ticks. Implementing this feature will remove the current "jitter" in SS14 when the player moves, because right now is is teleporting a short distance instead of actually moving.

Requirements

Resources http://www.gabrielgambetta.com/entity-interpolation.html https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking#Entity_interpolation

Acruid commented 5 years ago

Resolved in #789