2018-02-01から1ヶ月間の記事一覧
int r=10; int Yspeed=1; void setup() { size(500, 800); colorMode(HSB, 360, 100, 100); background(0, 0, 0); } void draw() { background(0, 0, 0); pushMatrix(); translate(width/2, 700); stroke(0, 0, 100, 80); fill(0, 100, 100, 50); ellipse(0,…