SkyEnvironmentSpec constructor

SkyEnvironmentSpec(
  1. SkySourceSpec source, {
  2. String refresh = 'manual',
  3. double intervalSeconds = 1.0,
  4. int faceResolution = 128,
  5. 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,
});