Module gltf::animation::util::morph_target_weights

source ·
Available on crate feature utils only.
Expand description

Casting iterator adapters for morph target weights.

Structs§

  • Casting iterator for MorphTargetWeights.
  • Type which describes how to cast any weight into f32.
  • Type which describes how to cast any weight into i8.
  • Type which describes how to cast any weight into i16.
  • Type which describes how to cast any weight into u8.
  • Type which describes how to cast any weight into u16.

Traits§

  • Trait for types which describe casting behaviour.