xxxxxxxxxx
f=0
draw=_=>{
f++||(createCanvas(W=400,W,p=image),g=createGraphics(W,W,WEBGL))
background(0)
g.clear().rotateY(.03).box(99)
p(g,0,0)
I=get()
i=200
while(i-=25){
push()
I.filter(BLUR,9)
I.filter(THRESHOLD,.1)
tint(W,i)
pop(p(I,0,0))
}
p(g,0,0)
}