Function nannou::mesh::from_points
source · pub fn from_points<P>(points: P) -> MeshPoints<P>where
P: Channel,
Expand description
Create a simple base mesh from the given channel of vertex points.
pub fn from_points<P>(points: P) -> MeshPoints<P>where
P: Channel,
Create a simple base mesh from the given channel of vertex points.