Package apple.arkit.enums
Class ARSceneReconstruction
- java.lang.Object
-
- apple.arkit.enums.ARSceneReconstruction
-
public final class ARSceneReconstruction extends java.lang.ObjectTypes of scene reconstruction.
-
-
Field Summary
Fields Modifier and Type Field Description static longMeshScene reconstruction generates a mesh of the worldstatic longMeshWithClassificationScene reconstruction generates a mesh of the world with classification for each face.static longNoneNo scene reconstruction is run.
-
-
-
Field Detail
-
None
public static final long None
No scene reconstruction is run.- See Also:
- Constant Field Values
-
Mesh
public static final long Mesh
Scene reconstruction generates a mesh of the world- See Also:
- Constant Field Values
-
MeshWithClassification
public static final long MeshWithClassification
Scene reconstruction generates a mesh of the world with classification for each face.- See Also:
- Constant Field Values
-
-