mesh

Function mesh 

Source
pub fn mesh(v_id: ShortIndex, m_id: ShortIndex) -> Mesh
Expand description

Create a mesh for the tetrahedron given the vertices index and material index within a parent model3d::Object

The object should have had the vertices for the tetrahedron (created with new() above) added to it (using a parent ExampleVertices)