Settings class

Constructors

Settings.new({bool useSourceTexture = false, bool enableShadowMap = true, bool autoClear = true, Map<String, dynamic>? renderOptions, bool animate = true, bool alpha = false, bool autoClearDepth = true, bool autoClearStencil = true, double clearAlpha = 1.0, int clearColor = 0x000000, bool localClippingEnabled = false, List<Plane> clippingPlanes = const [], ColorSpace colorSpace = ColorSpace.srgb, int outputEncoding = sRGBEncoding, int toneMapping = NoToneMapping, int shadowMapType = PCFShadowMap, double toneMappingExposure = 1.0, bool logarithmicDepthBuffer = false, bool stencil = true, WebXRManager xr(WebGLRenderer renderer, dynamic gl)?, bool antialias = false, bool depth = true, bool premultipliedAlpha = true, bool preserveDrawingBuffer = false, PowerPreference powerPreference = core.PowerPreference.defaultp, bool failIfMajorPerformanceCaveat = false, bool reverseDepthBuffer = false, Precision precision = core.Precision.highp, double? screenResolution})

Properties

alpha bool
getter/setter pair
animate bool
getter/setter pair
antialias bool
getter/setter pair
autoClear bool
getter/setter pair
autoClearDepth bool
getter/setter pair
autoClearStencil bool
getter/setter pair
clearAlpha double
getter/setter pair
clearColor int
getter/setter pair
clippingPlanes List<Plane>
getter/setter pair
colorSpace ↔ ColorSpace
getter/setter pair
depth bool
getter/setter pair
enableShadowMap bool
getter/setter pair
failIfMajorPerformanceCaveat bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
localClippingEnabled bool
getter/setter pair
logarithmicDepthBuffer bool
getter/setter pair
outputEncoding int
getter/setter pair
powerPreference PowerPreference
getter/setter pair
precision Precision
getter/setter pair
premultipliedAlpha bool
getter/setter pair
preserveDrawingBuffer bool
getter/setter pair
renderOptions Map<String, dynamic>
getter/setter pair
reverseDepthBuffer bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenResolution double?
getter/setter pair
shadowMapType int
getter/setter pair
stencil bool
getter/setter pair
toneMapping int
getter/setter pair
toneMappingExposure double
getter/setter pair
useSourceTexture bool
getter/setter pair
xr WebXRManager Function(WebGLRenderer renderer, dynamic gl)?
getter/setter pair

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