Function nannou::mesh::with_normals[][src]

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

Combine the given mesh with the given Normals channel.

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