Term of the Moment

archive


Look Up Another Term


Redirected from: hidden surface removal

Definition: z buffer


A memory buffer in a graphics accelerator that is used to speed up the rendering of 3D images. It holds the depth of each pixel (z-axis), and as an image is drawn, each pixel is matched against the z buffer location. If the next pixel in line to be drawn is below the one that is already there, it is ignored. This is also known as "hidden surface removal." See graphics pipeline and graphics accelerator.