void main(){
    vec3 c = black;
    c += step(.5, vfbm(vec2(theta()*10., theta()*10.-bands.x+speed.x*.005), 5)) * white;
    c -= phi()*4. * white;
    gl_FragColor= vec4(c, 1.0);
}