Shaders let you control how graphics are drawn on the GPU. GLSL is the language used to write shaders β itβs like code for your graphics card.
Weβll create a simple custom shader material with a cool animated color wave.
uniforms
let you pass variables like time or mouse position from JS to shaders.