Struct amethyst_animation::Skin[][src]

pub struct Skin {
    pub joints: Vec<Entity>,
    pub meshes: BitSet,
    pub bind_shape_matrix: Matrix4<f32>,
}

Skin, attach to the root entity in the mesh hierarchy

Fields

Joint entities for the skin

Mesh entities that use the skin

Bind shape matrix

Trait Implementations

impl Debug for Skin
[src]

Formats the value using the given formatter. Read more

impl Component for Skin
[src]

Associated storage type for this component.

Auto Trait Implementations

impl Send for Skin

impl Sync for Skin