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 |