MrAlaux / Nugget-Doom

Nugget Doom is a fork of Woof! with additional features.
GNU General Public License v2.0
66 stars 3 forks source link

`WIDEFOVDELTA` issues #62

Closed MrAlaux closed 8 months ago

MrAlaux commented 1 year ago

As rfov gets further away from its default of 90, the FOV difference between widescreen and not-widescreen increases.

When not looking straight with widescreen enabled, the zooming effect is a bit stuttery. Applying the WIDEFOVDELTA calculation to rfov directly fixes this issue, but introduces at least one more: incorrect sky stretching.

MrAlaux commented 1 year ago

The zoom effect stutter has been greatly reduced by https://github.com/MrAlaux/Nugget-Doom/commit/80840a14932b1a253734ad3c38fa1dbf0e71c94b, which also fixes a certain FOV discrepancy.

MrAlaux commented 8 months ago

As rfov gets further away from its default of 90, the FOV difference between widescreen and not-widescreen increases.

Fixed by 38f43db.

Seeing that both issues have been greatly mitigated, and that Woof's own FOV implementation is more-or-less right around the corner, this issue can be closed.