StageMetadata constructor
StageMetadata({
- UpAxis upAxis = UpAxis.y,
- Handedness handedness = Handedness.left,
- double unitsPerMeter = 1.0,
- EnvironmentSpec environment = const StudioEnvironment(),
- double environmentIntensity = 1.0,
- double exposure = 1.0,
- String toneMapping = 'pbrNeutral',
- String antiAliasingMode = 'auto',
- double renderScale = 1.0,
- String filterQuality = 'medium',
- SkyboxSpec? skybox,
- SkyEnvironmentSpec? skyEnvironment,
Creates stage metadata with the documented defaults.
Implementation
StageMetadata({
this.upAxis = UpAxis.y,
this.handedness = Handedness.left,
this.unitsPerMeter = 1.0,
this.environment = const StudioEnvironment(),
this.environmentIntensity = 1.0,
this.exposure = 1.0,
this.toneMapping = 'pbrNeutral',
this.antiAliasingMode = 'auto',
this.renderScale = 1.0,
this.filterQuality = 'medium',
this.skybox,
this.skyEnvironment,
});