unreal.ARSceneReconstruction¶
- class unreal.ARSceneReconstruction¶
Bases:
EnumBaseOptions for how the scene should be reconstructed. This feature is used by ARKit.
C++ Source:
Module: AugmentedReality
File: ARSessionConfig.h
- MESH_ONLY: ARSceneReconstruction = Ellipsis¶
Creates a mesh approximation of the environment.
- Type:
1
- MESH_WITH_CLASSIFICATION: ARSceneReconstruction = Ellipsis¶
Creates a mesh approximation of the environment and classifies the objects constructed.
- Type:
2
- NONE: ARSceneReconstruction = Ellipsis¶
Disables scene reconstruction
- Type:
0