Trait nannou::mesh::ClearIndices
source · pub trait ClearIndices {
// Required method
fn clear_indices(&mut self);
}
Expand description
Meshes whose Indices channel can be cleared.
Required Methods§
sourcefn clear_indices(&mut self)
fn clear_indices(&mut self)
Clear all indices from the mesh.