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

Camera.CopyStereoDeviceProjectionMatrixToNonJittered

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public void CopyStereoDeviceProjectionMatrixToNonJittered(Camera.StereoscopicEye eye);

Parameters

eyeSpecifies the stereoscopic eye whose non-jittered projection matrix will be sourced from the VR SDK.

Description

Sets the non-jittered projection matrix, sourced from the VR SDK.

With traditional rendering, the application is responsible for generating the non-jittered and jittered projection matrices. However, in VR rendering, the projection matrices are sourced from the VR SDK. Therefore, if the intention is to jitter the VR projection matrices, that would indicate the non-jittered projection matrices are the ones provided by the VR SDK. This API provides this functionality by copying the VR SDK projection matrices directly into the non-jittered stereo projection matrix set.

Use Camera.GetNonJitteredStereoProjectionMatrix to get the non-jittered stereo projection matrices.

Use Camera.SetStereoProjectionMatrix and Camera.GetStereoProjectionMatrix to set and get the jittered stereo projection matrices, respectively.

For descriptions of jittered projection rendering see: Camera.nonJitteredProjectionMatrix.

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