Scene constructor
Scene({})
Implementation
Scene({
this.backgroundColor = const Color(0xFF0A0A1A),
this.ambientColor = const Color(0xFF202030),
this.fogDensity = 0,
this.fogColor = const Color(0xFF000000),
});