Struct dae_parser::Skin [−][src]
pub struct Skin {
pub source: Url,
pub bind_shape_matrix: Option<Box<[f32; 16]>>,
pub sources: Vec<Source>,
pub joints: Joints,
pub weights: VertexWeights,
pub extra: Vec<Extra>,
}Fields
source: Urlbind_shape_matrix: Option<Box<[f32; 16]>>sources: Vec<Source>joints: Jointsweights: VertexWeightsextra: Vec<Extra>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Skin
impl UnwindSafe for Skin
Blanket Implementations
Mutably borrows from an owned value. Read more