Trait nannou_mesh::ClearVertices[][src]

pub trait ClearVertices {
    fn clear_vertices(&mut self);
}
Expand description

Meshes whose vertices channels can be cleared.

Required methods

Clear all vertices from the mesh.

Implementations on Foreign Types

Implementors