Hacker News new | ask | show | jobs
by ux 764 days ago
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?
1 comments

OK, so that's confirmed Yes.

Thanks.