Portal:Algorithms/Eye From Window: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Intro for eye from window algorithm.
 
(No difference)

Latest revision as of 19:33, 27 July 2013

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.