Computer Science: An Overview (12th Edition)
Computer Science: An Overview (12th Edition)
12th Edition
ISBN: 9780133760064
Author: Glenn Brookshear, Dennis Brylow
Publisher: PEARSON
Question
Book Icon
Chapter 10, Problem 28CRP
Program Plan Intro

z-buffer:

z-buffer is a technique in computer graphics that focuses on individual pixels rather than entire object to determine foreground and background. It is used to determine whether an object is visible in a scene. The depth of the generated pixel of an object projected on the screen is stored in buffer, as the depth is represented by z-axis it is known as z-buffer.

Blurred answer
Students have asked these similar questions
How is data in a buffer handled?
Describe all defenses against buffer overflows
Explain the role of a Translation Lookaside Buffer (TLB) in memory access.

Chapter 10 Solutions

Computer Science: An Overview (12th Edition)