Struct amethyst_animation::Joint[][src]

pub struct Joint {
    pub inverse_bind_matrix: Matrix4<f32>,
    pub skin: Entity,
}

Joint, attach to an entity with a Transform

Fields

Bring the mesh into the joints local coordinate system

Trait Implementations

impl Debug for Joint
[src]

Formats the value using the given formatter. Read more

impl Clone for Joint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Component for Joint
[src]

Associated storage type for this component.

Auto Trait Implementations

impl Send for Joint

impl Sync for Joint