Portal:Algorithms/Eye From Window

From OpenGL Wiki
Revision as of 19:33, 27 July 2013 by Alfonse (talk | contribs) (Intro for eye from window algorithm.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Deferred Rendering techniques will often need to obtain an eye-space on the lighting passes. This algorithm demonstrates three mechanisms for computing this value, so that you don't have to fetch it from a texture.