Function nannou::mesh::with_normals
source · pub fn with_normals<M, N>(mesh: M, normals: N) -> WithNormals<M, N>
Expand description
Combine the given mesh with the given Normals channel.
Panics if the length of the normals channel differs from points.