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

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

XYZ vertex normals of type [f32; 3].