summaryrefslogtreecommitdiff
path: root/OpenGL.moin
diff options
context:
space:
mode:
Diffstat (limited to 'OpenGL.moin')
-rw-r--r--OpenGL.moin21
1 files changed, 0 insertions, 21 deletions
diff --git a/OpenGL.moin b/OpenGL.moin
deleted file mode 100644
index 8b40872..0000000
--- a/OpenGL.moin
+++ /dev/null
@@ -1,21 +0,0 @@
-== Open Graphics Library (OpenGL) ==
-
-SGI originally developed a graphics library called IrisGL for their high-end
-3D hardware. They made some clever changes to make it work on any platform and
-renamed it OpenGL. Very recently SGI relaxed their restrictions for licensing
-and also released conformance tests for OpenGL. OpenGL abstracts 3D operations
-such as projections, lighting, rendering, texturing, matrix operations, etc,
-making it very easy for developers to produce high quality 3D applications.
-
-=== Resources ===
-
- * [[http://www.opengl.org/|OpenGL Forum]]
-
- * [[http://www.opengl.org/documentation/spec.html|OpenGL Specifications]]
-
- * [[http://www.opengl.org/resources/faq/technical/index.html|OpenGL Developer FAQ and TroubleShooting Guide]]
-
- * [[http://www.opengl.org/resources/tutorials/|OpenGL Programming Guide]]
-
-----
-CategoryGlossary