VERC: Texture Antialias "Bug" Last edited 1 year ago2022-09-29 07:55:36 UTC

Antialias - what is it?

Antialias is a 3d effect introduced by the voodoo cards in 1996. It blends the normally very visible pixels on textures so that the texture seems to have a higher resolution then it actually has. This effect was a huge step in 3d video card technology but also brought a new problem with it.
software modesoftware mode
OpenGL (with antialias)OpenGL (with antialias)
As indicated in the title, it is not a real bug in the normal meaning, but it makes ugly stripes on the edges of brushes where they are not supposed to be. Antialiasing blurs even the edges of textures with the other side of the same texture so that a half pixel thick stripe appears.
software modesoftware mode
OpenGL (with antialias)OpenGL (with antialias)

How to fix

For now I know 3 methods to solve this problem:
  1. Play in software mode :)
  2. The 1 unit method: Adjust the texture not only by clicking on "fit" but also move it one unit so that the stripe of unwanted color dissapears or scale the texture a bit higher (0.01 could already make it)
  3. Change the texture: If the stripe appears on the bottom, delete one line at the top of the texture
Any questions or comments email me: boblem@web.de
This article was originally published on Valve Editing Resource Collective (VERC).
The archived page is available here.
TWHL only publishes archived articles from defunct websites, or with permission. For more information on TWHL's archiving efforts, please visit the TWHL Archiving Project page.

Comments

You must log in to post a comment. You can login or register a new account.