SkyEnvironmentSpec constructor
SkyEnvironmentSpec(
- SkySourceSpec source, {
- String refresh = 'manual',
- double intervalSeconds = 1.0,
- int faceResolution = 128,
- int equirectWidth = 512,
Creates the spec with the runtime defaults.
Implementation
SkyEnvironmentSpec(
this.source, {
this.refresh = 'manual',
this.intervalSeconds = 1.0,
this.faceResolution = 128,
this.equirectWidth = 512,
});