Indev450 / SRB2Kart-Saturn

GNU General Public License v2.0
24 stars 9 forks source link

New Opengl Clipping code from DSDA-Doom #119

Closed alufolie91 closed 6 months ago

alufolie91 commented 6 months ago

essentially

The existing calculation didn't correspond to how the projection matrix was generated. Derive horizontal FOV directly from projection matrix so it can't get out of sync. https://github.com/kraflab/dsda-doom/commit/60f2ca9da4ad19c309b6599331f0c51706de9011

Credits to Kraflab and bkoropoff

Top pic new code Bottom pic old code kart0062 kart0063