triangleIndices property
Triangle indices: each group of 3 consecutive values forms a triangle.
triangleIndices[i*3], triangleIndices[i*3+1], triangleIndices[i*3+2]
are the indices of the vertices of triangle i.
Implementation
late final Int32List triangleIndices;