cullingPlanes
The planes that define the culling volume.
Declaration
var cullingPlanes: [LowLevelRenderer.CullConfiguration.Plane] { get set }Discussion
An instance is culled if its mesh part bounds lie entirely outside any single plane.
The planes that define the culling volume.
var cullingPlanes: [LowLevelRenderer.CullConfiguration.Plane] { get set }An instance is culled if its mesh part bounds lie entirely outside any single plane.