Struct dae_parser::Lambert [−][src]
pub struct Lambert {
pub emission: Option<ColorParam>,
pub ambient: Option<ColorParam>,
pub diffuse: Option<ColorParam>,
pub reflective: Option<ColorParam>,
pub reflectivity: Option<FloatParam>,
pub transparent: Option<ColorParam>,
pub transparency: Option<FloatParam>,
pub index_of_refraction: Option<FloatParam>,
}Fields
emission: Option<ColorParam>ambient: Option<ColorParam>diffuse: Option<ColorParam>reflective: Option<ColorParam>reflectivity: Option<FloatParam>transparent: Option<ColorParam>transparency: Option<FloatParam>index_of_refraction: Option<FloatParam>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Lambert
impl UnwindSafe for Lambert
Blanket Implementations
Mutably borrows from an owned value. Read more