Math and algorithms

From OpenGL Wiki
Jump to navigation Jump to search
Compute eye space from window space
Algorithm and shader code for taking window space positions and computing eye space positions from them.
Calculating a Surface Normal
Required from the application by OpenGL for lighting calculations.
ID-Buffer
A way to get the selection of the objects.
Trackball
Object rotation via a virtual trackball.