pub type Scales<'a> = Iter<'a, [f32; 3]>;
Animation output sampler values of type [f32; 3].
[f32; 3]
enum Scales<'a> { Standard(ItemIter<'a, [f32; 3]>), Sparse(SparseIter<'a, [f32; 3]>), }
Standard accessor iterator.
Iterator for accessor with sparse values.