Struct dae_parser::Texture [−][src]
Expand description
A color parameter referencing a texture.
Fields
texture: String
The texture to reference.
texcoord: String
A 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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Texture
impl UnwindSafe for Texture
Blanket Implementations
Mutably borrows from an owned value. Read more