Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Camera.GetStereoProjectionMatrix

Switch to Manual
public Matrix4x4 GetStereoProjectionMatrix(Camera.StereoscopicEye eye);

Parameters

eye Specifies the stereoscopic eye whose view matrix needs to be returned.

Returns

Matrix4x4 The view matrix of the specified stereoscopic eye.

Description

Gets the projection matrix of a specific left or right stereoscopic eye.

The projection matrix will be provided by the VR SDK unless Camera.SetStereoProjectionMatrix or Camera.SetStereoProjectionMatrices have been used, in which case this method will return the value given to those methods. You can use Camera.ResetStereoProjectionMatrices to revert the camera to using projection matrices provided by the VR SDK.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答