Difference between revisions of "Sorting"
From polycount
EricChadwick (Talk | contribs) (restored and revised) |
EricChadwick (Talk | contribs) (Sorting Problems) |
||
Line 1: | Line 1: | ||
Sorting is keeping track of which onscreen elements can be viewed and which are hidden behind other objects. | 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]]. | One method of sorting is to use the [[Z-Buffer]]. | ||
---- | ---- | ||
[[Category:Glossary]][[Category:Rendering]] | [[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.