0
34kviews
Write and explain the depth buffer(Z-buffer) algorithm for detecting visible surface. OR Write short note on depth buffer algorithm.
1 Answer
3
1.9kviews

(Z-Buffer) Depth Buffer Method:-

One of the simplest and commonly used image space approach to eliminate hidden surfaces is the Z-buffer or depth buffer algorithm. It is developed by Catmull. This algorithm compares surface depths at each pixel position on the projection plane. The surface depth is measured from the …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.