uniforms - firtoz/react-three-renderer GitHub Wiki

Wiki » Internal Components » Materials » shaderMaterial » uniforms

uniforms

A container for THREE.ShaderMaterial#uniforms.

Any modifications to uniforms will result in the recompilation of the shader.

Children:

  • uniform: A single uniform value for a shader material.

===

View Source