Link: Unterschied zwischen den Versionen
Aus DGL Wiki
(→OpenGL-Programmierung) |
Flo (Diskussion | Beiträge) () |
||
| Zeile 1: | Zeile 1: | ||
| + | == OpenGL Funktionen == | ||
| + | === GL === | ||
| + | *[http://www.opengl.org/documentation/specs/man_pages/hardcopy/GL/html/ OpenGL.org - Orginal Spezifkationen] {{Englisch}} | ||
| + | *[http://developer.3dlabs.com/glmanpage_index.htm 3dLabs] {{Englisch}} | ||
| + | *[http://www.mevis.de/~uwe/opengl/opengl.html mevis.de] {{Englisch}} | ||
| + | *[http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/glfunc01_4f03.asp MSDN von Microsoft] {{Englisch}} | ||
| + | |||
| + | === GLU === | ||
| + | *[http://www.opengl.org/documentation/specs/man_pages/hardcopy/GL/html/ OpenGL.org - Orginal Spezifkationen] {{Englisch}} | ||
| + | *[http://developer.3dlabs.com/glmanpage_index.htm 3dLabs] {{Englisch}} | ||
| + | *[http://www.mevis.de/~uwe/opengl/opengl.html mevis.de] {{Englisch}} | ||
| + | *[http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/glufnc01_0e43.asp MSDN von Microsoft] {{Englisch}} | ||
| + | |||
| + | === GLX === | ||
| + | *[http://www.opengl.org/documentation/specs/man_pages/hardcopy/GL/html/ OpenGL.org - Orginal Spezifkationen] {{Englisch}} | ||
| + | *[http://www.mevis.de/~uwe/opengl/opengl.html mevis.de] {{Englisch}} | ||
| + | |||
| + | === WGL === | ||
| + | *[http://developer.3dlabs.com/glmanpage_index.htm 3dLabs] {{Englisch}} | ||
| + | |||
| + | === GLUT === | ||
| + | *[http://freeglut.sourceforge.net/docs/api.php#EventProcessing| FreeGLUT ] {{Englisch}} | ||
| + | |||
| + | <!-- | ||
== deutsche Seiten == | == deutsche Seiten == | ||
=== OpenGL-Programmierung === | === OpenGL-Programmierung === | ||
| Zeile 20: | Zeile 44: | ||
*[http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/apxb4_82lh.asp Microsoft's MSDN Library zu OpenGL] | *[http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/apxb4_82lh.asp Microsoft's MSDN Library zu OpenGL] | ||
*[http://freeglut.sourceforge.net/docs/api.php#EventProcessing| Free'''GLUT''' Funktionsübersicht] | *[http://freeglut.sourceforge.net/docs/api.php#EventProcessing| Free'''GLUT''' Funktionsübersicht] | ||
| + | --> | ||
Version vom 5. Juni 2005, 09:37 Uhr
OpenGL Funktionen
GL
GLU
GLX
WGL
GLUT