Next: 4.10 Local Shading Up: 4 Design Features Previous: 4.8.2 Display List Hierarchies

4.9 Depth buffer

The only hidden surface removal method directly provided by OpenGL is the depth (or ) buffer. This assumption is in line with that of the graphics hardware containing a framebuffer. Other hidden surface removal methods may be used with OpenGL (a BSP tree[2] coupled with the painter's algorithm, for instance), but it is assumed that such methods are never supported in hardware and thus need not be supported explicitly by OpenGL.


segal@asd.sgi.com
Fri Sep 23 17:28:42 PDT 1994