Function nannou::mesh::with_indices
source · pub fn with_indices<M, I, Ix>(mesh: M, indices: I) -> WithIndices<M, I>
Expand description
Combine the given mesh with the given channel of vertex indices.
pub fn with_indices<M, I, Ix>(mesh: M, indices: I) -> WithIndices<M, I>
Combine the given mesh with the given channel of vertex indices.