| Z-buffer An used to store the maximum Z of any feature plotted at a given (X, Y) location on the screen, used for in a 2D rendering of a 3D scene. The Z axis is perpendicular to the screen with values increasing towards the viewer so that any point whose Z coordinate is less than the corresponding Z-buffer value will be hidden behind some feature which has already been plotted. (1997-07-18) |