Type Definition gltf_utils::Positions [] [src]

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

XYZ vertex positions of type [f32; 3].