Difference between revisions of "Aliasing"
From polycount
Line 6: | Line 6: | ||
|} | |} | ||
− | 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]], [[ | + | 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]], [[MIP_Mapping|MIP mapping]], or [[TextureFiltering|texture filtering]]. |
---- | ---- | ||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 15:53, 7 August 2014
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.