Struct collada::Skeleton [-] [+] [src]

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

Fields

joints

All joints in the skeleton

bind_poses

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

Trait Implementations

Derived Implementations

impl Clone for Skeleton

fn clone(&self) -> Skeleton

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

impl Debug for Skeleton

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