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: Url
bind_shape_matrix: Option<Box<[f32; 16]>>
sources: Vec<Source>
joints: Joints
weights: VertexWeights
extra: 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