Contents

LowLevelRenderer.CullConfiguration.Plane

An infinite directed plane used to cull mesh instances.

Declaration

@frozen struct Plane

Overview

Each plane has an outward normal that points away from the visible region. An instance is culled when its mesh part bounds lie entirely on the outward side of the plane.

Topics

Creating a plane