<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/LowLevelRenderer/Camera/computeCullingPlanes()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:19RealityCoreRenderer08LowLevelC0C6CameraV20computeCullingPlanesSayAC17CullConfigurationV5PlaneVGyF"
  },
  "title" : "computeCullingPlanes()"
}
-->

# computeCullingPlanes()

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

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)