---
title: computeCullingPlanes()
framework: realitykit
role: symbol
role_heading: Instance Method
path: realitykit/lowlevelrenderer/camera/computecullingplanes()
---

# computeCullingPlanes()

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

## Declaration

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

## Return Value

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

## Discussion

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

## See Also

### Computing culling planes

- [computeCullingPlanes(_:)](realitykit/lowlevelrenderer/camera/computecullingplanes(_:).md)
