mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
2fa88aa5a7
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. |
||
---|---|---|
.. | ||
static | ||
CMakeLists.txt |