<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARSCNView/rendersMotionBlur",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ARSCNView(py)rendersMotionBlur"
  },
  "title" : "rendersMotionBlur"
}
-->

# rendersMotionBlur

Determines whether the view renders motion blur.

```
var rendersMotionBlur: Bool { get set }
```

## Discussion

This property is enabled by default. When set, the view automatically adds motion blur to rendered content which matches the visual characteristics of the motion blur ARKit observes in the camera feed.

![Screenshot showing the before and after case of virtual content rendering with motion blur.](images/com.apple.arkit/media-3231009@2x.png)

The value of this property overwrites the <doc://com.apple.documentation/documentation/SceneKit/SCNCamera/motionBlurIntensity> of <doc://com.apple.documentation/documentation/SceneKit/SCNCamera>.

---

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)