StageMetadata class

Scene-wide, non-spatial render settings.

Every document uses the native left-handed coordinate system with +Y up, +Z forward, and meters as world units. Lights and cameras are per-node components.

Constructors

StageMetadata({LocalId? environmentRef, String antiAliasingMode = 'auto', double renderScale = 1.0, String filterQuality = 'medium'})
Creates stage metadata with the documented defaults.

Properties

antiAliasingMode String
The anti-aliasing mode name (none, msaa, fxaa, auto), the scene-wide default views inherit.
getter/setter pair
environmentRef LocalId?
The global environment resource the stage's look comes from (the image-based-lighting environment, intensity, exposure, tone mapping, reflection size, skybox, and sky lighting). The realizer defaults to a studio look when this is null or does not resolve.
getter/setter pair
filterQuality String
The composite filter-quality name (none, low, medium, high), the scene-wide default views inherit.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
renderScale double
Resolution scale relative to the display's native, the scene-wide default views inherit.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited