[go: up one dir, main page]

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

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

XYZ vertex positions of type [f32; 3].