This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
An introduction to uniforms
Learn how to make your shaders dynamic by introducing uniforms - variables that pass data from JavaScript to your GPU. You'll add a time-based animation using uTime to create oscillating color effects with sine waves, then implement mouse interaction with uMouse to render a circle that follows your cursor.