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

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

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

Trait Implementations

impl Clone for JointWeights
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for JointWeights
[src]

impl Debug for JointWeights
[src]

[src]

Formats the value using the given formatter.