<!--
{
  "availability" : [
    "iOS: 13.4.0 -",
    "iPadOS: 13.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARConfiguration/SceneReconstruction",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:@E@ARSceneReconstruction"
  },
  "title" : "ARConfiguration.SceneReconstruction"
}
-->

# ARConfiguration.SceneReconstruction

Options that enable ARKit to detect the shape of the physical environment.

```
struct SceneReconstruction
```

## Overview

When you set one of the these values onto a world-tracking configuration’s [`sceneReconstruction`](/documentation/ARKit/ARWorldTrackingConfiguration/sceneReconstruction) property, ARKit provides you with a mesh that models the real-world surrounding the user.

## Topics

### Modeling the Environment

[`init(rawValue:)`](/documentation/ARKit/ARConfiguration/SceneReconstruction/init(rawValue:))

Initializes a scene-reconstruction object.

[`mesh`](/documentation/ARKit/ARConfiguration/SceneReconstruction/mesh)

A polygonal mesh approximation of the physical environment.

[`meshWithClassification`](/documentation/ARKit/ARConfiguration/SceneReconstruction/meshWithClassification)

An approximate shape of the physical environment, including classification of the real-world objects within it.

[`ARSceneReconstructionNone`](/documentation/ARKit/ARSceneReconstruction/ARSceneReconstructionNone)

Disables the scene reconstruction feature.



---

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)