Difference between revisions of "Aliasing"
From polycount
(removed warning) |
(added an image) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
= Aliasing = | = Aliasing = | ||
+ | |||
+ | {| border="1" cellpadding="2" cellspacing="0" | ||
+ | |- | ||
+ | |} | ||
When edges look jagged instead of smooth, and moiré patterns develop in fine parallel lines. The problem is most prevalent in diagonal lines. Aliasing happens when the engine tries to display an image on a portion of the screen where the resolution is too low to display its details correctly. This is solved with [[Anti-Aliasing|anti-aliasing]], [[MIPMapping|MIP mapping]], or [[TextureFiltering|texture filtering]]. | When edges look jagged instead of smooth, and moiré patterns develop in fine parallel lines. The problem is most prevalent in diagonal lines. Aliasing happens when the engine tries to display an image on a portion of the screen where the resolution is too low to display its details correctly. This is solved with [[Anti-Aliasing|anti-aliasing]], [[MIPMapping|MIP mapping]], or [[TextureFiltering|texture filtering]]. | ||
---- | ---- | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 13:34, 18 August 2010
Aliasing
When edges look jagged instead of smooth, and moiré patterns develop in fine parallel lines. The problem is most prevalent in diagonal lines. Aliasing happens when the engine tries to display an image on a portion of the screen where the resolution is too low to display its details correctly. This is solved with anti-aliasing, MIP mapping, or texture filtering.