Counter-Strike: Condition Zero engine branch: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
Line 4: Line 4:
=== Since 2013 SteamPipe Update===
=== Since 2013 SteamPipe Update===
* '''MSAA [[anti-aliasing]]''' - GoldSrc now natively support anti-aliasing, specifically, MSAA 4X, which is enabled by default on most modern hardwares. This will reduce the amount of jagged edges/staircases effect on the geometry.
* '''MSAA [[anti-aliasing]]''' - GoldSrc now natively support anti-aliasing, specifically, MSAA 4X, which is enabled by default on most modern hardwares. This will reduce the amount of jagged edges/staircases effect on the geometry.
== Availability ==
* {{Code|2004}}{{cscz|4}}
* {{Code|2004}}{{czds|4}}

Revision as of 08:15, 13 March 2024

Features

Since 2013 SteamPipe Update

  • MSAA anti-aliasing - GoldSrc now natively support anti-aliasing, specifically, MSAA 4X, which is enabled by default on most modern hardwares. This will reduce the amount of jagged edges/staircases effect on the geometry.

Availability