Stereoscopic | |
The StereoscopicCamera type exposes the following members.
| Name | Description | |
|---|---|---|
| GetCameraPosition | Returns eye position for the current eye. | |
| 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. |