Function nannou::mesh::extend_indices

source ·
pub fn extend_indices<M, I>(mesh: M, indices: I)
where M: PushIndex, I: IntoIterator<Item = <M as PushIndex>::Index>,
Expand description

Extend the given mesh with the given indices.