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: EulumdatThe photometric data
intensity_scale: f32Intensity scale factor (default: 1.0)
show_solid: boolWhether to render the photometric solid mesh
show_model: boolWhether to render the luminaire geometry model
shadows_enabled: boolWhether to enable shadows