Struct mallumo::Light [] [src]

pub struct Light {
    pub shadowmap: Option<TextureCubemap>,
    pub light_parameter: LightParameter,
}

Combination of Light Parameter and cubemap Texture - shadowmap.

Fields

Methods

impl Light
[src]

[src]

Creates new Light.