Depth-Buffering Advantages
Primitives can be processed immediately
Hence: Immediate mode graphics API's
Primitives can be processed in any order
Exception: primitives at same depth
Well suited to H/W implementation
simple control of low-level (per pixel) operations
Spatial coherence
Incremental evaluation of loops
Good memory access pattern
|
|