1//works better landscape
2// I must enter the dark void hole
3voronoi(18,.05,0.1)
4.scrollX(200,.001)
5.modulateKaleid(osc(3.5,-0.1,5).kaleid(99),2) // thou shall not
6.modulateScale(noise(6,.1).mask(shape(99,.4,.2)),.2) // break the symmetry but only inside the circle
7.mult(shape(99,.5, 1)) // dark outside
8.mult(shape(99,.0001,.3).invert()) // dark center
9.colorama(-0.16)
10
11// bagel
12.add(shape(80,.65).sub(shape(99,0.5)).modulate(noise(8,0.41),0.1))
13
14.scale(.9,9/16)
15.blend(o0,.99)
16.out()