General OpenGL: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
SteveBaker (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
; [[Drawing Lines over Polygons]] : Using Polygonoffset. | ; [[Drawing Lines over Polygons]] : Using Polygonoffset. | ||
; [[Rasterization and Operations on the Framebuffer]] | ; [[Rasterization and Operations on the Framebuffer]] | ||
; [[Transparency and Translucency | ; [[Alpha Blending]] : Transparency and Translucency. | ||
; [[Display Lists and Vertex Arrays]] | ; [[Display Lists and Vertex Arrays]] | ||
; [[Fonts]] | ; [[Fonts]] |
Revision as of 17:39, 30 June 2006
This section explains the basics of the OpenGL API and answers some of the most frequently asked questions about it.
- Viewing and Transformations
- Answers about Transformations.
- Clipping, Culling, and Visibility Testing
- Color
- Depth Buffer
- Texture Mapping
- Drawing Lines over Polygons
- Using Polygonoffset.
- Rasterization and Operations on the Framebuffer
- Alpha Blending
- Transparency and Translucency.
- Display Lists and Vertex Arrays
- Fonts
- Lights and Shadows
- Curves and Surfaces
- Selection mechanismen