Difference between revisions of "Sorting"
From polycount
(Redirected page to Glossary#Sorting) |
EricChadwick (Talk | contribs) (Sorting Problems) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | Sorting is keeping track of which onscreen elements can be viewed and which are hidden behind other objects. | |
+ | |||
+ | See the Transparency Map page about [[Transparency_map#Sorting_Problems|Sorting Problems]]. | ||
+ | |||
+ | One method of sorting is to use the [[Z-Buffer]]. | ||
+ | ---- | ||
+ | [[Category:Glossary]][[Category:Rendering]] |
Latest revision as of 17:19, 23 May 2018
Sorting is keeping track of which onscreen elements can be viewed and which are hidden behind other objects.
See the Transparency Map page about Sorting Problems.
One method of sorting is to use the Z-Buffer.