andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
530 stars 49 forks source link

[Bug/Feature Request] Improved Lerping Beyond 10hz #176

Closed KillPixelGames closed 1 year ago

KillPixelGames commented 1 year ago

It appears that lerp is locked at 10hz. For example, my test viewmodel is animated at 20hz and it seems as though approximately every other frame is lerped, causing it look very jittery/jerky.

andrei-drexler commented 1 year ago

Should be fixed in https://github.com/andrei-drexler/ironwail/commit/34ca069d2bf44ece4943456fce3c379d144a8acd.

KillPixelGames commented 1 year ago

Should be fixed in 34ca069.

awesome!!