void main(){ vec3 c =orange; float f = snoise(vec3(uv().y, phi() - speed.x * .1, speed.y * .025)); c = mix(c, teal, step(fract(f * 4.0), .5)); gl_FragColor= vec4(c, 1.0); }