Struct dae_parser::AmbientLight [−][src]
Expand description
Describes an ambient light source.
Fields
color: Box<[f32; 3]>
Contains three floating-point numbers specifying the color of the light.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AmbientLight
impl Send for AmbientLight
impl Sync for AmbientLight
impl Unpin for AmbientLight
impl UnwindSafe for AmbientLight
Blanket Implementations
Mutably borrows from an owned value. Read more