Function nannou_mesh::with_normals

source ·
pub fn with_normals<M, N>(mesh: M, normals: N) -> WithNormals<M, N>
where M: Points, N: Channel,
Expand description

Combine the given mesh with the given Normals channel.

Panics if the length of the normals channel differs from points.