Contents

triangleCount

The number of triangles described by the Triangleindices 3tb1o buffer.

Declaration

var triangleCount: Int { get }

Discussion

Each set of three indices forms a triangle, so the number of indices in the triangleIndices buffer is three times the triangleCount value.

Face mesh topology is constant across ARFaceGeometry instances, so the value of this property is the same for all instances.

See Also

Accessing Mesh Data