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

pub struct JointWeights {
    pub joints: [usize; 4],
    pub weights: [f32; 4],
}

Represents the weights of any joints that should control the vertex with skinned animation

Fields

joints

Indices of joints attached to this vertex. Maximum of 4 joints

weights

Weights for each joint attached to this vertex. Maximum of 4 joints

Trait Implementations

Derived Implementations

impl Debug for JointWeights

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

impl Copy for JointWeights

impl Clone for JointWeights

fn clone(&self) -> JointWeights

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