Change of Coordinates and Applications to View Matrices
Change of Coordinates
... and Applications to View Matrices
My article introduces the mathematical derivation of the lookAt view matrix commonly used in computer graphics APIs like OpenGL.
As part of the graphics pipeline, the purpose of this matrix is to perform the view transformation, converting global world coordinates into a coordinate system defined by position and direction of an observer.