SkyboxSpec constructor
SkyboxSpec(
- SkySourceSpec source, {
- double intensity = 1.0,
Creates the spec.
Implementation
SkyboxSpec(this.source, {this.intensity = 1.0});
Creates the spec.
SkyboxSpec(this.source, {this.intensity = 1.0});