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. |