Skip to main content

EulumdatLight

Type Alias EulumdatLight 

Source
pub type EulumdatLight = PhotometricLight<Eulumdat>;
Expand description

Type alias for convenience

Aliased Type§

pub struct EulumdatLight {
    pub data: Eulumdat,
    pub intensity_scale: f32,
    pub show_solid: bool,
    pub show_model: bool,
    pub shadows_enabled: bool,
}

Fields§

§data: Eulumdat

The photometric data

§intensity_scale: f32

Intensity scale factor (default: 1.0)

§show_solid: bool

Whether to render the photometric solid mesh

§show_model: bool

Whether to render the luminaire geometry model

§shadows_enabled: bool

Whether to enable shadows