General OpenGL: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This section explains the basics of the OpenGL API and answers some of the most frequently asked questions about it. | |||
* [[General OpenGL: Using Viewing and Camera Transforms, and gluLookAt()]] | |||
* [[General OpenGL: Transformations]] | |||
* [[General OpenGL: Clipping, Culling, and Visibility Testing]] | |||
* [[General OpenGL: Color]] | |||
* [[General OpenGL: The Depth Buffer]] | |||
* [[General OpenGL: Texture Mapping]] | |||
* [[General OpenGL: Drawing Lines over Polygons and Using Polygon Offset]] | |||
* [[General OpenGL: Rasterization and Operations on the Framebuffer]] | |||
* [[General OpenGL: Transparency, Translucency, and Using Blending]] | |||
* [[General OpenGL: Display Lists and Vertex Arrays]] | |||
* [[General OpenGL: Using Fonts]] | |||
* [[General OpenGL: Lights and Shadows]] | |||
* [[General OpenGL: Curves, Surfaces, and Using Evaluators]] | |||
* [[General OpenGL: Picking and Using Selection]] | |||
Revision as of 19:16, 8 November 2005
This section explains the basics of the OpenGL API and answers some of the most frequently asked questions about it.
- General OpenGL: Using Viewing and Camera Transforms, and gluLookAt()
- General OpenGL: Transformations
- General OpenGL: Clipping, Culling, and Visibility Testing
- General OpenGL: Color
- General OpenGL: The Depth Buffer
- General OpenGL: Texture Mapping
- General OpenGL: Drawing Lines over Polygons and Using Polygon Offset
- General OpenGL: Rasterization and Operations on the Framebuffer
- General OpenGL: Transparency, Translucency, and Using Blending
- General OpenGL: Display Lists and Vertex Arrays
- General OpenGL: Using Fonts
- General OpenGL: Lights and Shadows
- General OpenGL: Curves, Surfaces, and Using Evaluators
- General OpenGL: Picking and Using Selection