Variable GenericMesh.Triangle.vertices

Vertex indices composing the triangle

struct GenericMesh.Triangle
{
  // ...
  uint[3] vertices ;
  // ...
}