Version: 2017.3

Camera.SetStereoProjectionMatrix

매뉴얼로 전환
public void SetStereoProjectionMatrix (Camera.StereoscopicEye eye, Matrix4x4 matrix);

파라미터

eye Specifies the stereoscopic eye whose projection matrix needs to be set.
matrix The matrix to be set.

설명

Sets a custom projection matrix for a specific stereoscopic eye.

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.