Function nannou_mesh::push_index
source · pub fn push_index<M>(mesh: M, index: M::Index)where
M: PushIndex,
Expand description
Push the given index to the given mesh
.
pub fn push_index<M>(mesh: M, index: M::Index)where
M: PushIndex,
Push the given index to the given mesh
.