Type Alias gltf::animation::util::Translations
source · pub type Translations<'a> = Iter<'a, [f32; 3]>;
Expand description
Animation output sampler values of type [f32; 3]
.
Aliased Type§
enum Translations<'a> {
Standard(ItemIter<'a, [f32; 3]>),
Sparse(SparseIter<'a, [f32; 3]>),
}