Z-Sorting
Z-Sorting | Z-sortingProcess of removing invisible surfaces using the sort the polygons in order of "bottom-up" before rendering. Thus, when rendering the upper surface of the processed last. The results of rendering are true only if objects are close together and do not intersect. The advantage of this method is no need to store values of depth. Disadvantage is the high CPU utilization and restriction on the overlapping objects.