WebGLRenderState class
Constructors
- WebGLRenderState(WebGLExtensions extensions, WebGLCapabilities capabilities)
Properties
- capabilities ↔ WebGLCapabilities
-
getter/setter pair
- 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
Methods
-
init(
) → 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