triangleCount
The number of triangles described by the Triangleindices 1azi3 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.