General OpenGL: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 29: | Line 29: | ||
; [[Multitexture with GLSL]] | ; [[Multitexture with GLSL]] | ||
; [[Vertex Transformation]] | ; [[Vertex Transformation]] | ||
; [[OpenGL and multithreading]] | |||
; [[GL error codes]] | ; [[GL error codes]] | ||
; [[Debugging Tools]] | ; [[Debugging Tools]] | ||
; [[Common Mistakes]] | ; [[Common Mistakes]] |
Revision as of 22:16, 6 April 2009
This section explains the basics of the OpenGL API and answers some of the most frequently asked questions about it.
- FAQ
- frequently asked questions
- glGetString
- Getting Information From GL
- Viewing and Transformations
- Answers about Transformations.
- Clipping, Culling, and Visibility Testing
- Color
- Depth Buffer
- Texture Mapping
- Textures - more
- Texture Binding
- Texture Combiners
- Texturing a Sphere
- 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
- p-buffer
- Mathematics of glTexGen
- Vertex Arrays
- Vertex Formats
- VBO
- VBO - more
- NPOT Textures
- Multitexture with GLSL
- Vertex Transformation
- OpenGL and multithreading
- GL error codes
- Debugging Tools
- Common Mistakes