Camera.areVRStereoViewMatricesWithinSingleCullTolerance

切换到手册
public bool areVRStereoViewMatricesWithinSingleCullTolerance ;

描述

确定该立体视图矩阵是否适合进行单通道剔除。

If the stereo view matrices are set manually by calling Camera.SetStereoViewMatrix, then the Camera will use this check to determine whether the matrices are similar enough to enable single pass culling, which is more performant. The matrices need to point in the same direction as the center eye and be within eye distance apart.

If this check fails, then
• The camera performs a separate cull for each eye.
• Shadows cannot be shared between the eyes.
• Single-pass rendering cannot be used.

See Also: Camera.SetStereoViewMatrix