HarbourMasters / Shipwright

3.3k stars 494 forks source link

Fix interpolation for Kaleido #4391

Closed Archez closed 1 month ago

Archez commented 1 month ago

When kaleido opens or pages are rotated, the game's camera is what moves, not the actual menu. This "erratic" movement of the camera trips our camera heuristics for dealing with camera "jump cuts" for interpolation. This had an effect of making kaleido not interpolate.

I've adjusted the logic to ignore camera heuristics if kaleido is open, which seems to work nicely as there aren't actual camera "jump cuts" when the game is paused.

Build Artifacts