An array of vertex positions for each point in the face mesh.
SDKs
- iOS 11.0+
- Xcode 9.0+
Framework
- ARKit
Declaration
@nonobjc var vertices: [vector _float3] { get }
Discussion
Each float3 value in this array represents the position of a vertex in the mesh, in face coordinates. (See Tracking Face Position and Orientation.)