Z-buffering

Z-buffering is a method used in computer graphics to determine which areas of a three-dimensional (3D) image should be visible. Z-buffering works by assigning each pixel in an image a Z-value, which corresponds to the distance of that pixel from the viewer. Pixels with a higher Z-value are closer to the viewer, and therefore should … Read more