TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Fix Your Timestep - Synchronizing game physics

4 pointsby mcantorover 12 years ago

1 comment

ggchappellover 12 years ago
Nice explanation.<p>I wonder, though, how important it is to do the interpolation (see the last code sample). With the example value of dt = 0.01, failing to do the interpolation would mean that the displayed frame will be behind by an average of 1/200 sec. Would that really be noticeable?