2008年5月6日 星期二

很多花


size(800,600);
background(0);
smooth();//stroke(255, 120);
for(int j=0;j<=1000;j++)
{
translate(random(10,320) ,random(10,320));// Set initial offset
for (int i = 0; i <25>
{ // 18 repetitions
stroke(random(50,190),random(50,200),random(50,190));
strokeWeight(i); // Increase stroke weight
rotate(PI/4); // Accumulate the rotation
line(0, 0, 32, 0);
}
}

沒有留言: