<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ObjectCapturePointCloudView",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit",
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:19_RealityKit_SwiftUI27ObjectCapturePointCloudViewV"
  },
  "title" : "ObjectCapturePointCloudView"
}
-->

# ObjectCapturePointCloudView

Renders the current state of the point cloud from an object capture session.

```
@MainActor struct ObjectCapturePointCloudView
```

## Overview

This view renders a 3D visualization of the current session’s point cloud. It includes a turntable gesture
controller. This view allows the user to review the captured 3D model before finishing the capture and
beginning object reconstruction.

## Topics

### Initializers

[`init(session: ObjectCaptureSession)`](/documentation/RealityKit/ObjectCapturePointCloudView/init(session:))

Creates an object capture view from an existing session using the current segment’s point cloud.

### Instance Methods

[`func showShotLocations(Bool) -> ObjectCapturePointCloudView`](/documentation/RealityKit/ObjectCapturePointCloudView/showShotLocations(_:))

Shows the locations where shots have been taken.
Example:
ObjectCapturePointCloudView(session: mySession)
.showShotLocations()

## Relationships

### Conforms To

[`View`](/documentation/SwiftUI/View)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)