|  | |
| Base | |
The BaseCamera type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetCameraPosition | Returns the current position of the camera. | 
|  | GetViewProjection | Gets a precalculated View * Projection matrix. | 
|  | GetWorldViewProjection | Returns WorldViewProjection matrix. Calculating this matrix is faster inside Camera because here we can access matrixes by reference. | 
|  | Update | Update method updates the camera matrices when needed (when there were any change in the camera properties) or when forceMatrixUpdate is set to true. | 
 See Also
See Also