Skip to content

Opening book details…

Can I read Understanding the Z-Buffer System on EtoBox?

Understanding the Z-Buffer System by janeman421 is a document available to read on EtoBox.

What is Understanding the Z-Buffer System about?

The Z-buffer is an area of memory used to keep track of the depth, or Z value, of points plotted on a screen during 3D graphics rendering. It has one location corresponding to each pixel on the screen. When a new point is plotted, its Z value is checked against the existing value in the Z-buffer at that location. If it is closer to the viewer, it is plotted and the Z-buffer is updated; otherwise, it is not plotted. Larger Z-buffer sizes allow more levels of depth in a scene and reduce "pop-up" effects. The

Author
janeman421
Language
EN