Trait nannou::mesh::ClearVertices
source · pub trait ClearVertices {
// Required method
fn clear_vertices(&mut self);
}
Expand description
Meshes whose vertices channels can be cleared.
Required Methods§
sourcefn clear_vertices(&mut self)
fn clear_vertices(&mut self)
Clear all vertices from the mesh.