Class ARSceneReconstruction


  • public final class ARSceneReconstruction
    extends java.lang.Object
    Types of scene reconstruction.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Mesh
      Scene reconstruction generates a mesh of the world
      static long MeshWithClassification
      Scene reconstruction generates a mesh of the world with classification for each face.
      static long None
      No scene reconstruction is run.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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