Struct skeletal_animation::animation::AnimationSample [] [src]

pub struct AnimationSample<T: Transform> {
    pub local_poses: Vec<T>,
}

A single skeletal pose

Fields

Local pose transforms for each joint in the targeted skeleton (relative to parent joint)

Trait Implementations

impl<T: Debug + Transform> Debug for AnimationSample<T>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for AnimationSample<T> where
    T: Send

impl<T> Sync for AnimationSample<T> where
    T: Sync