Newer
Older
#[derive(Debug, PartialEq, Clone)]
pub enum LightData {
Energy(LightDataEnergy),
Geometric(LightDataGeometric),
Fourier,
#[derive(Debug, PartialEq, Clone)]
pub struct LightDataEnergy {
#[derive(Debug, PartialEq, Clone)]
pub struct LightDataGeometric {