supertux icon indicating copy to clipboard operation
supertux copied to clipboard

Move frame prediction logic for camera from Sector to Camera

Open mstoeckl opened this issue 9 months ago • 3 comments

This commit avoids interpolating the camera position when a Camera::move or other discontinuous transition is requested.

Note: jumps in the camera position that are purely driven by changes to Tux's position will continue to be interpolated. (For example, when Tux.set_pos() is called in bonus1/mario.stl.)

mstoeckl avatar Jan 12 '25 01:01 mstoeckl