Difference between revisions of "Anti-Aliasing"
From polycount
(Redirected page to Glossary#Anti-Aliasing) |
EricChadwick (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | Anti-aliasing (AA) removes the stair-stepping or jaggies which occur at the edges of [[Polygon|polygons]] or between the [[Texel|texels]] on the polygons. | |
+ | |||
+ | It works by [[Interpolating|interpolating]] the [[Pixels|pixels]] at the edges to make the difference between two color areas less dramatic. | ||
+ | |||
+ | See also [[Aliasing|aliasing]], [[MIPMapping|MIP mapping]], [[TextureFiltering|texture filtering]]. | ||
+ | ---- | ||
+ | [[Category:Glossary]] |
Latest revision as of 18:45, 14 February 2015
Anti-aliasing (AA) removes the stair-stepping or jaggies which occur at the edges of polygons or between the texels on the polygons.
It works by interpolating the pixels at the edges to make the difference between two color areas less dramatic.
See also aliasing, MIP mapping, texture filtering.