SetStereoProjectionMatrices(Matrix4x4, Matrix4x4)
Sets custom projection matrices for both the left and right stereoscopic eyes.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public void SetStereoProjectionMatrices(Matrix4x4 leftMatrix, Matrix4x4 rightMatrix)
Parameters
Remarks
In general it is recommended to stick with the projection matrices provided by the VR SDK to ensure accurate stereoscopic rendering. However for some specific scenarios it can be useful to override the projection matrices to achieve specific effects. For example, custom projection matrices would be required to implement binoculars in VR.
Calling Camera.ResetStereoProjectionMatrices will revert the camera to using projection matrices provided by the VR SDK.