Click or drag to resize
AB4D logo

StereoscopicCamera Methods

The StereoscopicCamera type exposes the following members.

Methods
 NameDescription
Public methodGetCameraPosition Returns eye position for the current eye.
Public methodGetViewProjection Gets a precalculated View * Projection matrix.
Public methodGetWorldViewProjection Returns WorldViewProjection matrix. Calculating this matrix is faster inside Camera because here we can access matrixes by reference.
Public methodUpdate Update method updates the camera matrices when needed (when there were any change in the camera properties) or when forceMatrixUpdate is set to true.
Top
See Also