Struct skeletal_animation::skeleton::Skeleton [] [src]

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

Fields

All joints in the skeleton

Methods

impl Skeleton
[src]

Build a skeleton fromm a Collada skeleton

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