unreal.ARSceneReconstruction

class unreal.ARSceneReconstruction

Bases: EnumBase

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

C++ Source:

  • Module: AugmentedReality

  • File: ARSessionConfig.h

MESH_ONLY: ARSceneReconstruction

Creates a mesh approximation of the environment.

Type:

1

MESH_WITH_CLASSIFICATION: ARSceneReconstruction

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

Type:

2

NONE: ARSceneReconstruction

Disables scene reconstruction

Type:

0