Type Definition gltf_utils::Normals [] [src]

type Normals<'a> = AccessorIter<'a, [f32; 3]>;

XYZ vertex normals of type [f32; 3].