<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ARView/RenderOptions-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:10RealityKit6ARViewC13RenderOptionsV"
  },
  "title" : "ARView.RenderOptions"
}
-->

# ARView.RenderOptions

The available rendering options that you use to selectively disable
certain rendering effects.

```
struct RenderOptions
```

## Overview

RealityKit applies effects to the render make the AR experience more
immersive. You can selectively disable any of these effects by adding
one or more options from the [`ARView.RenderOptions`](/documentation/RealityKit/ARView/RenderOptions-swift.struct) set
to the view’s [`renderOptions`](/documentation/RealityKit/ARView/renderOptions-swift.property) property.

When you initialize a new [`ARView`](/documentation/RealityKit/ARView) instance, RealityKit automatically
disables certain effects for you, depending on the device hardware. You
can change the view’s [`renderOptions`](/documentation/RealityKit/ARView/renderOptions-swift.property) to suit
your app’s needs, but be sure to consider your app’s GPU utilization
when doing so, as described in
[Improving the Performance of a RealityKit App](/documentation/RealityKit/improving-the-performance-of-a-realitykit-app).

## Topics

### Disabling rendering effects

[`disableCameraGrain`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableCameraGrain)

Disable the image noise effect.

[`disableHDR`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableHDR)

Disable the high dynamic range post-processing effect.

[`disableGroundingShadows`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableGroundingShadows)

Disable rendering of ambient occlusion and shadows that ground
objects in an AR scene.

[`disableMotionBlur`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableMotionBlur)

Disable the motion blur for all virtual content.

[`disableDepthOfField`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableDepthOfField)

Disable the depth of field effect for all virtual content.

[`disableFaceMesh`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableFaceMesh)

Disable generation of the face entity with the default occlusion material.

[`disablePersonOcclusion`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disablePersonOcclusion)

Disable person segmentation.

[`disableAREnvironmentLighting`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableAREnvironmentLighting)

Disable lighting from environment probes.

[`disableFaceOcclusions`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableFaceOcclusions)

Disable automatic face occlusion.

[`disableAutomaticLighting`](/documentation/RealityKit/ARView/RenderOptions-swift.struct/disableAutomaticLighting)

Disable automatic updates of the scene lighting.



---

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)