Hacker News new | ask | show | jobs
by chrisjj 757 days ago
In monoticity guaranteed even if the next frame is short?
1 comments

As the delta time converges to 0, the lerp coefficient is going to converge to 0 as well, meaning it won't move. Said differently, if time stops the interpolation as well. You may enter into the realm of floating point accuracy issues at some point with low values, but I'm curious of what specific scenario you have in mind here?
OK, so that's confirmed Yes.

Thanks.