Struct dae_parser::Joints [−][src]
Expand description
Declares the association between joint nodes and attribute data.
Fields
inputs: Vec<Input>The interpretation of the Sources.
joint: usizeThe index into inputs for the Semantic::Joint input (which must exist).
The Source referenced by this input should contain a ArrayElement::Name
that contains sids to identify the joint nodes.
sids are used instead of IdRefs to allow a skin controller
to be instantiated multiple times, where each instance can be animated independently.
extra: Vec<Extra>Provides arbitrary additional information about this element.
Implementations
The input with Semantic::Joint.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Joints
impl UnwindSafe for Joints
Blanket Implementations
Mutably borrows from an owned value. Read more