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