blob: c5e6662f14e9e2de534ff54bcff22c821530a3a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## Graphics Library Utilities (GLU)
OpenGL is good but doing some common operations is a regular pain in the proverbial. GLU is a platform independent library that can build spheres, perform collision detection, determine if a point is inside a 3D shape, etc. GLU works on top of OpenGL.
---
[[CategoryGlossary|CategoryGlossary]]
|