WebGLMaterials class

Constructors

WebGLMaterials(WebGLRenderer renderer, WebGLProperties properties)

Properties

hashCode int
The hash code for this object.
no setterinherited
properties WebGLProperties
getter/setter pair
renderer WebGLRenderer
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
refreshFogUniforms(dynamic uniforms, dynamic fog) → dynamic
refreshMaterialUniforms(dynamic uniforms, Material material, dynamic pixelRatio, dynamic height, dynamic transmissionRenderTarget) → dynamic
refreshUniformsCommon(Map<String, dynamic> uniforms, Material material) → dynamic
refreshUniformsDash(dynamic uniforms, dynamic material) → dynamic
refreshUniformsDistance(dynamic uniforms, dynamic material) → dynamic
refreshUniformsLine(dynamic uniforms, dynamic material) → dynamic
refreshUniformsMatcap(dynamic uniforms, dynamic material) → dynamic
refreshUniformsPhong(dynamic uniforms, dynamic material) → dynamic
refreshUniformsPhysical(dynamic uniforms, dynamic material, dynamic transmissionRenderTarget) → dynamic
refreshUniformsPoints(dynamic uniforms, Material material, dynamic pixelRatio, dynamic height) → dynamic
refreshUniformsSprites(dynamic uniforms, dynamic material) → dynamic
refreshUniformsStandard(dynamic uniforms, dynamic material) → dynamic
refreshUniformsToon(dynamic uniforms, dynamic material) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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