File download
<root>/parties/2024/sessions24/code_graphics/2024_10_31_10_17_10_-shining-fireball-by-.txt
- File size:
- 280 bytes (280B)
- File date:
- 2024-11-19 12:14:03
- Download count:
- all-time: 11
Download:
- Automatic (recommended)
- mirror.netcologne.de (ftp)
- mirror.netcologne.de (https)
- ftp.hu.scene.org
- http.hu.scene.org
- http.hu.scene.org (https)
- http.jp.scene.org
- http.jp.scene.org (https)
- ftp.scene.org
- archive.scene.org (http)
- archive.scene.org (https)
- ftp.area536.com
- ftp.no.scene.org
- http.no.scene.org
- ftp.pl.scene.org
- http.pl.scene.org
- http.us.scene.org
Preview
float i,a,b,d;for(;i<1.;i+=1./(80.-cos(t/5.*PI)*48.)){d=fract(t/8.+i)*4.;b=floor(d);a=floor(b/2.);b=mod(b-a,2.);vec2 v=rotate2D(PI*fract(d))*vec2(.5-b,a-.5)*2.;d=FC.x/r.x-(a+b)*.5;b=FC.y/r.y-(1.+b-a)*.5;a=d*d+b*b;if(abs(d*v.y-b*v.x)<.01)o+=snoise3D(vec3(a))*i/a;}o.rg*=3.;o.r*=9.;