Enum gltf::animation::util::ReadOutputs[][src]

pub enum ReadOutputs<'a> {
    Translations(Translations<'a>),
    Rotations(Rotations<'a>),
    Scales(Scales<'a>),
    MorphTargetWeights(MorphTargetWeights<'a>),
}

Animation output sampler values.

Variants

XYZ translations of type [f32; 3].

Rotation animations.

XYZ scales of type [f32; 3].

Morph target animations.

Auto Trait Implementations

impl<'a> Send for ReadOutputs<'a>

impl<'a> Sync for ReadOutputs<'a>