color weave offset sketch : 無料・フリー素材/写真
color weave offset sketch / the pain of fleeting joy
| ライセンス | クリエイティブ・コモンズ 表示-継承 2.1 |
|---|---|
| 説明 | last frame after running this code:float dir = 20;float y = 0.0;floatx= 0.0;void setup(){ size (700,500); } void draw(){ frameRate(20); line (0,y,700,y); fill(random(255),random(255),random(255),1); stroke(random(255),random(255),random(255)); strokeWeight(27); y+=dir; line (x,0,x,500); fill(random(255),random(255),random(255),50); stroke(random(255),random(255),random(255)); strokeWeight(27); x+=dir; if (y > 700 || y < 0){ dir = dir * -1.01; } } |
| 撮影日 | 2010-06-14 11:51:45 |
| 撮影者 | the pain of fleeting joy , Walla Walla, America |
| タグ | |
| 撮影地 |

