資訊爆發的時代
不一的角度看待的事物
從人的頭頂看
資訊不停的直接衝擊著我們的腦袋
多彩是想表達外在誘惑
改變著每個人
人類的記憶體大小
是否足以承受這麼多的衝擊?
size(800,600);
smooth();
noStroke();
int count=0;
for(int i=300;i>=0;i-=10){
count++;
ellipse(400,300, i, i);
if(count%2==0)
fill(0);
if(count%2==1)
fill(255);
} ;
for(int i=600;i>=0;i--)
{ count++;
float k=random(0,1000);
float m=random(40);
float w1=random(180,255);
float w2=random(180,255);
float w3=random(180,255);
float w4=random(50,200);
float l=random(0,1000);
fill(w1,w2,w3,w4);
ellipse(k,l,m , m);
} ;
int a=0;
for(int x=0;x<801;x++){>
不一的角度看待的事物
從人的頭頂看
資訊不停的直接衝擊著我們的腦袋
多彩是想表達外在誘惑
改變著每個人
人類的記憶體大小
是否足以承受這麼多的衝擊?
size(800,600);
smooth();
noStroke();
int count=0;
for(int i=300;i>=0;i-=10){
count++;
ellipse(400,300, i, i);
if(count%2==0)
fill(0);
if(count%2==1)
fill(255);
} ;
for(int i=600;i>=0;i--)
{ count++;
float k=random(0,1000);
float m=random(40);
float w1=random(180,255);
float w2=random(180,255);
float w3=random(180,255);
float w4=random(50,200);
float l=random(0,1000);
fill(w1,w2,w3,w4);
ellipse(k,l,m , m);
} ;
int a=0;
for(int x=0;x<801;x++){>
沒有留言:
張貼留言