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 1c057bb24a
commit 433f058aea
7 changed files with 168 additions and 127 deletions
-1
View File
@@ -11079,7 +11079,6 @@ static int camera_draw(camera_process_class* i_this) {
&process->view.lookat.up, process->view.bank);
#ifdef TARGET_PC
dusk::frame_interp::record_camera(process, camera_id);
dusk::frame_interp::record_final_mtx_raw(reinterpret_cast<const Mtx*>(process->view.viewMtx), process->view.viewMtx);
#endif
#if WIDESCREEN_SUPPORT