jdah / minecraft-weekend

Minecraft, but I made it in 48 hours.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why no interpolation?

Ayymoose opened this issue · comments

After looking at the implementation, I noticed it's using a fixed timestep but without any linear interpolation on movement. If there's no interpolation then there will be visible stuttering/jittering as fixed updates and rendering are out of sync so why isn't this present? Unless it's handled by something else?

Thansm