Function nannou_mesh::extend_vertices[][src]

pub fn extend_vertices<M, I>(mesh: M, vertices: I) where
    M: PushVertex<I::Item>,
    I: IntoIterator
Expand description

Extend the given mesh with the given sequence of vertices.

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