AtmosphericLighting constructor
AtmosphericLighting({})
Creates an atmospheric lighting record.
Implementation
AtmosphericLighting({
required this.sunColor,
required this.sunIntensity,
required this.environmentIntensity,
required this.shadowDarkness,
});