Client-side interpolation between ticks #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The client currently snaps entities to their new positions each time a snapshot arrives. At 66 tick/sec this looks choppy, especially when network jitter causes uneven delivery.
Implement interpolation:
This should happen in
scene.js— store previous + current state per entity and lerp in the render loop based on elapsed time since last snapshot.