void main(){ vec3 c = pink; float f = fbm(vec3(uv().y, uv().x, speed.x * .025), 8); c = mix(c, yellow, step(fract(f * 10.0), .9)); gl_FragColor= vec4(c, 1.0); }