Contents

computeCullingPlanes()

Computes and returns the culling planes for this camera’s view volume.

Declaration

func computeCullingPlanes() -> [LowLevelRenderer.CullConfiguration.Plane]

Return Value

The outward-facing culling planes for this camera’s view volume.

Discussion

A convenience overload that allocates and returns the planes as an array.

See Also

Computing culling planes