Difference between revisions of "Sorting"
From polycount
(Redirected page to Glossary#Sorting) |
EricChadwick (Talk | contribs) (restored and revised) |
||
Line 1: | Line 1: | ||
− | + | Sorting is keeping track of which onscreen elements can be viewed and which are hidden behind other objects. | |
+ | |||
+ | One method of sorting is to use the [[Z-Buffer]]. | ||
+ | ---- | ||
+ | [[Category:Glossary]][[Category:Rendering]] |
Revision as of 20:18, 19 March 2015
Sorting is keeping track of which onscreen elements can be viewed and which are hidden behind other objects.
One method of sorting is to use the Z-Buffer.