indices property

List<int> indices
latefinal

Array of integers, indicating which vertices each triangle consists of. The length of this array is thus 3 times the number of triangles.

Implementation

late final List<int> indices;