Contents

ARWorldTrackingConfiguration.PlaneDetection

Options for whether and how the framework detects flat surfaces in captured images.

Declaration

struct PlaneDetection

Overview

By default, this configuration disables plane detection. If you enable horizontal or vertical plane detection, the session adds ARPlaneAnchor objects and notifies your ARSessionDelegate, ARSCNViewDelegate, or ARSKViewDelegate object when its analysis of captured video images detects an area that appears to be a flat surface.

Use an empty set literal [] to specify no plane detection.

Topics

Plane Detection Option Creation

Plane Detection Options

See Also

Enabling Plane Detection