Struct collada::Skeleton [] [src]

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

Fields

joints: Vec<Joint>

All joints in the skeleton

bind_poses: Vec<Matrix4<f32>>

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

Trait Implementations

impl Clone for Skeleton
[src]

fn clone(&self) -> Skeleton

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Skeleton
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.