Function nannou::mesh::extend_vertices
source · pub fn extend_vertices<M, I>(mesh: M, vertices: I)
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.