Mesh.getFaces

Returns all the vertices that make up the faces of the mesh. Each three vertices represent one triangle.

struct Mesh
@nogc nothrow const
PoolVector3Array
getFaces
()

Meta