-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly handle and smooth client ticks
After long experimentation it seems that the server is actually predicting the client tick rate for us and the client does not need to estimate the correct client tick rate using the round trip time. This also means, that we as the client only need to adjust our current local tick time gently via adjusting a correction frequency. The current setup feels very smooth and the client seems to be kept properly in sync.
- Loading branch information
1 parent
18c2924
commit f077019
Showing
3 changed files
with
98 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters