Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

ScriptableCullingParameters.splitPlaneCount

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

public int splitPlaneCount;

Description

The number of split culling planes to use.

Split culling planes are used by XR QuadView rendering to classify visible objects by view region. When set to zero, the split culling path is skipped entirely and there is no overhead for non-QuadView cameras.

Split culling planes are expected to lie within the camera culling volume, acting as a secondary filter on the objects already visible to the camera.

Additional resources: ScriptableCullingParameters.cullingPlaneCount, ScriptableCullingParameters.GetSplitCullingPlane, ScriptableCullingParameters.SetSplitCullingPlane.