---
title: ObjectCapturePointCloudView
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/objectcapturepointcloudview
---

# ObjectCapturePointCloudView

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

## Declaration

```swift
@MainActor struct ObjectCapturePointCloudView
```

## Overview

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:)](realitykit/objectcapturepointcloudview/init(session:).md)

### Instance Methods

- [showShotLocations(_:)](realitykit/objectcapturepointcloudview/showshotlocations(_:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [View](swiftui/view.md)

## See Also

### Model creation

- [Capturing photographs for RealityKit Object Capture](realitykit/capturing-photographs-for-realitykit-object-capture.md)
- [Creating 3D objects from photographs](realitykit/creating-3d-objects-from-photographs.md)
- [Scanning objects using Object Capture](realitykit/scanning-objects-using-object-capture.md)
- [Building an object reconstruction app](realitykit/building-an-object-reconstruction-app.md)
- [Creating a photogrammetry command-line app](realitykit/creating-a-photogrammetry-command-line-app.md)
- [Using object capture assets in RealityKit](realitykit/using-object-capture-assets-in-realitykit.md)
- [PhotogrammetrySession](realitykit/photogrammetrysession.md)
- [PhotogrammetrySample](realitykit/photogrammetrysample.md)
- [ObjectCaptureView](realitykit/objectcaptureview.md)
- [ObjectCaptureSession](realitykit/objectcapturesession.md)
