[][src]Type Definition easy_gltf::model::Triangle

type Triangle = [Vertex; 3];

Represents the 3 vertices of a triangle.