ManuelTS / augmentedFaceMeshIndices

Google ARCore Sceneform 1.10.0 augmented face mesh indicies from their .fbx file as pictures.
81 stars 18 forks source link
arcore augmentedface canonical-mesh-fbx fbx sceneform

Indicies Source

1.10.0 Sceneform's canonical_face_mesh.fbx mesh indicies visualized via:

blender/3D View/Edit Mode/View/Properties/Mesh Display/

and the addon space_view3d_index_visualiser_bmesh.py installed.

Usage

In your code, you can use the methods of AugmentedFace to access the face mesh's:

  1. [Vertex (x,y,z) Coordinates](https://developers.google.com/ar/reference/java/arcore/reference/com/google/ar/core/AugmentedFace#getMeshVertices())
  2. [Triangle Indices](https://developers.google.com/ar/reference/java/arcore/reference/com/google/ar/core/AugmentedFace#getMeshTriangleIndices())
  3. [Texture (u,v) Coordinates](https://developers.google.com/ar/reference/java/arcore/reference/com/google/ar/core/AugmentedFace#getMeshTextureCoordinates())
  4. [Normals](https://developers.google.com/ar/reference/java/arcore/reference/com/google/ar/core/AugmentedFace#getMeshNormals())