WebGLRendererParameters class

Constructors

WebGLRendererParameters.new({required double width, required double height, required RenderingContext gl, bool stencil = true, bool antialias = false, bool alpha = false, double clearAlpha = 1.0, int clearColor = 0x000000, bool logarithmicDepthBuffer = false, bool depth = true, bool premultipliedAlpha = true, bool preserveDrawingBuffer = false, PowerPreference powerPreference = PowerPreference.defaultp, bool failIfMajorPerformanceCaveat = false, bool reverseDepthBuffer = false, Precision precision = Precision.highp, WebXRManager xr(WebGLRenderer renderer, dynamic gl)?})
WebGLRendererParameters.fromMap(Map<String, dynamic> map)
factory

Properties

alpha bool
getter/setter pair
antialias bool
getter/setter pair
clearAlpha double
getter/setter pair
clearColor int
getter/setter pair
depth bool
getter/setter pair
failIfMajorPerformanceCaveat bool
getter/setter pair
gl ↔ RenderingContext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
logarithmicDepthBuffer bool
getter/setter pair
powerPreference PowerPreference
getter/setter pair
precision Precision
getter/setter pair
premultipliedAlpha bool
getter/setter pair
preserveDrawingBuffer bool
getter/setter pair
reverseDepthBuffer bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stencil bool
getter/setter pair
width double
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