Frame interp: Revised camera system

FOV is now smooth, and the individual hacks for stars and Epona's reins are removed
This commit is contained in:
Irastris
2026-04-15 20:11:18 -04:00
parent 368d7a8ee2
commit 83a95d64ee
7 changed files with 168 additions and 127 deletions
+4 -1
View File
@@ -253,7 +253,10 @@ void main01(void) {
accumulator -= kSimStepSeconds;
}
dusk::frame_interp::interpolate(static_cast<float>(accumulator / kSimStepSeconds));
cAPIGph_Painter();
{
dusk::frame_interp::PresentationCameraScope presentation_camera;
cAPIGph_Painter();
}
} else {
accumulator = 0.0;