Struct dae_parser::Texture [−][src]
Expand description
A color parameter referencing a texture.
Fields
texture: StringThe texture to reference.
texcoord: StringA semantic token, which will be referenced within
BindMaterial to bind an array of texcoords from a
Geometry instance to the TextureUnit.
extra: Option<Box<Extra>>Provides arbitrary additional information about this element.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Texture
impl UnwindSafe for Texture
Blanket Implementations
Mutably borrows from an owned value. Read more