unreal.ARSceneReconstruction

class unreal.ARSceneReconstruction

Bases: unreal.EnumBase

Options for how the scene should be reconstructed. This feature is used by ARKit.

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

MESH_ONLY

Creates a mesh approximation of the environment.

Type

1

MESH_WITH_CLASSIFICATION

Creates a mesh approximation of the environment and classifies the objects constructed.

Type

2

NONE

Disables scene reconstruction

Type

0