qzdoom/wadsrc
Hugo Locurcio 2fa88aa5a7 Implement antialiasing for automap lines
This implements a bruteforce approach for 2D line antialiasing.
It's not perfect by any means, but it seems to do its job well enough.
Since it draws 9 lines instead of 1 line per segment, it's significantly
more expensive but should still be usable on modern hardware (except
on very complex maps).

Automap line antialiasing is disabled by default and can be enabled
with the `am_lineantialiasing 1` cvar.
2023-01-21 11:40:25 -05:00
..
static Implement antialiasing for automap lines 2023-01-21 11:40:25 -05:00
CMakeLists.txt - bumped CMake version to 3.1.0 in all projects to reduce warning spam in recent versions. 2021-03-08 13:58:29 +01:00