Antialiasing
From DmWiki
Antialiasing is the set of techniques for getting rid of jaggies and other aliasing artifacts.
Common methods of antialiasing include:
- Supersampling (rendering the image at a higher resolution, then resampling it down)
- Multisampling (multiple depth and color values at each pixel, but only one evaluation of the pixel shader)
- Mipmapping (deliberate blurring of a texture image when it appears on the screen at smaller than actual resolution)
This article is a stub. You can help improve the article by expanding it.
