Import
Export
position
total
|<
<
play
>
variable name
<
>
maximum value
minimum value
current value
precision highp float; varying vec2 coordVar; uniform float blue; uniform float t; void main() { gl_FragColor = vec4((sin(t * 3.) + 1.) / 2. * coordVar.x, coordVar.y, blue, 1.); }
Click to upload audio