Type Definition gltf::animation::util::ReadInputs

source · []
pub type ReadInputs<'a> = Iter<'a, f32>;
This is supported on crate feature utils only.
Expand description

Animation input sampler values of type f32.