FireFox is blocking Twitter content

To view content on tw-rl, follow these steps...

  1. Click on the shield in the address bar.
  2. Toggle the switch at the top of the panel.
Sign In →
Sign In →
start

//#つぶやきProcessing 3D contour lines
float x,y,z,t;
void setup(){size(800,800,P3D);}
void draw(){
clear();stroke(-1);
camera(900*sin(t),700*cos(t),500,0,0,0,0,0,-1);
for(y=0;y<999;y++)for(x=-0;x<999;x++){
if((z=(100*noise(x/99,y/99)))%5<1)point(x-500,y-500,z*2);}
t+=PI/400;}

My Notes:

Select to add to your #gallery:
0:000:00

//#つぶやきProcessing 3D contour lines
float x,y,z,t;
void setup(){size(800,800,P3D);}
void draw(){
clear();stroke(-1);
camera(900*sin(t),700*cos(t),500,0,0,0,0,0,-1);
for(y=0;y<999;y++)for(x=-0;x<999;x++){
if((z=(100*noise(x/99,y/99)))%5<1)point(x-500,y-500,z*2);}
t+=PI/400;}

Pro Curator

$99 /yearPay what you can