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

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

XYZ vertex normals of type [f32; 3].