Function nannou::mesh::with_indices

source ·
pub fn with_indices<M, I, Ix>(mesh: M, indices: I) -> WithIndices<M, I>
where M: GetVertex<Ix>, I: Channel<Element = Ix>,
Expand description

Combine the given mesh with the given channel of vertex indices.