Type Definition gltf::animation::util::Translations

source ·
pub type Translations<'a> = Iter<'a, [f32; 3]>;
Available on crate feature utils only.
Expand description

Animation output sampler values of type [f32; 3].