Irregular z-buffer
The irregular z-buffer is an algorithm designed to solve the visibility problem in real-time 3-d computer graphics. It is related to the classical z-buffer in that it maintains a depth value for each image sample and uses these to determine which geometric elements of a scene are visible.