Function nannou::mesh::push_vertex

source ·
pub fn push_vertex<M, V>(mesh: M, vertex: V)
where M: PushVertex<V>,
Expand description

Push the given vertex to the given mesh.

The lengths of all non-index channels within the mesh should remain equal before and after a call to this function.