Struct collada::Skeleton [] [src]

pub struct Skeleton {
    pub joints: Vec<Joint>,
    pub bind_poses: Vec<Matrix4<f32>>,
}

Fields

All joints in the skeleton

Default parent-relative transforms for each joint (at time of vertex binding) Column-major.

Trait Implementations

impl Debug for Skeleton
[src]

Formats the value using the given formatter.

impl Clone for Skeleton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more