WebGLRenderState class

Constructors

WebGLRenderState(WebGLExtensions extensions)

Properties

extensions ↔ WebGLExtensions
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
lights ↔ WebGLLights
getter/setter pair
lightsArray ↔ List<Light>
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shadowsArray ↔ List<Light>
getter/setter pair
state → RenderState
no setter
transmissionRenderTarget ↔ Map
getter/setter pair

Methods

dispose() → void
init(Camera camera) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pushLight(Light light) → void
pushShadow(Light shadowLight) → void
setupLights([bool? physicallyCorrectLights]) → void
setupLightsView(Camera camera) → void
toString() → String
A string representation of this object.
inherited

Operators

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