Type Definition gltf::mesh::util::ReadPositions
source · pub type ReadPositions<'a> = Iter<'a, [f32; 3]>;Available on crate feature
utils only.Expand description
XYZ vertex positions of type [f32; 3].