Math and algorithms

From OpenGL Wiki
Revision as of 23:48, 24 February 2012 by Alfonse (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.