Click or drag to resize
AB4D logo

BaseCamera Methods

The BaseCamera type exposes the following members.

Methods
 NameDescription
Public methodGetCameraPosition Returns the current position of the camera.
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