Type Definition gltf::mesh::util::ReadNormals[][src]

pub type ReadNormals<'a> = Iter<'a, [f32; 3]>;
Expand description

XYZ vertex normals of type [f32; 3].