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: [usize; 4]

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

weights: [f32; 4]

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

Trait Implementations

impl Debug for JointWeights
[src]

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

Formats the value using the given formatter.

impl Copy for JointWeights
[src]

impl Clone for JointWeights
[src]

fn clone(&self) -> JointWeights

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