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(Map uniforms, FogBase fog) → void
refreshMaterialUniforms(Map<String, dynamic> uniforms, Material material, double pixelRatio, double height, RenderTarget? transmissionRenderTarget) → void
refreshUniformsCommon(Map<String, dynamic> uniforms, Material material) → void
refreshUniformsDash(Map<String, dynamic> uniforms, Material material) → void
refreshUniformsDistance(Map<String, dynamic> uniforms, MeshDistanceMaterial material) → void
refreshUniformsLine(Map<String, dynamic> uniforms, Material material) → void
refreshUniformsMatcap(Map<String, dynamic> uniforms, Material material) → void
refreshUniformsPhong(Map<String, dynamic> uniforms, Material material) → void
refreshUniformsPhysical(Map<String, dynamic> uniforms, Material material, RenderTarget? transmissionRenderTarget) → void
refreshUniformsPoints(Map<String, dynamic> uniforms, Material material, double pixelRatio, double height) → void
refreshUniformsSprites(Map<String, dynamic> uniforms, Material material) → void
refreshUniformsStandard(Map<String, dynamic> uniforms, Material material) → void
refreshUniformsToon(Map<String, dynamic> uniforms, Material material) → void
toString() String
A string representation of this object.
inherited

Operators

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