General OpenGL: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 16: | Line 16: | ||
; [[Curves and Surfaces]] | ; [[Curves and Surfaces]] | ||
; [[Selection mechanism]] | ; [[Selection mechanism]] | ||
; [[Mathematics of glTexGen]] | |||
; [[VBO]] | ; [[VBO]] | ||
; [[NPOT Textures]] | ; [[NPOT Textures]] |
Revision as of 03:14, 26 October 2008
This section explains the basics of the OpenGL API and answers some of the most frequently asked questions about it.
- FAQ
- frequently asked questions
- Viewing and Transformations
- Answers about Transformations.
- Clipping, Culling, and Visibility Testing
- Color
- Depth Buffer
- Texture Mapping
- Texture Combiners
- Drawing Lines over Polygons
- Using glPolygonOffset.
- Rasterization and Operations on the Framebuffer
- Alpha Blending
- Transparency and Translucency.
- Display Lists and Vertex Arrays
- Fonts
- Lights and Shadows
- Curves and Surfaces
- Selection mechanism
- Mathematics of glTexGen
- VBO
- NPOT Textures
- Multitexture with GLSL
- Vertex Transformation
- GL error codes
- Debugging Tools
- Common Mistakes