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

type ReadNormals<'a> = Iter<'a, [f32; 3]>;
This is supported on feature="utils" only.

XYZ vertex normals of type [f32; 3].