Contents

vertices

A buffer of vertex positions for each point in the face mesh.

Declaration

@property (nonatomic, readonly) const simd_float3 * vertices;

Discussion

Each float3 value in this buffer represents the position of a vertex in the mesh, in face coordinates. (See Tracking Face Position and Orientation.)

The vertexCount property provides the number of elements in the buffer.

See Also

Accessing Mesh Data