2017-09-11から1日間の記事一覧

array_PVector_elipse03

int num = 100; PVector[] pos; PVector[] vel; color[] c; void setup() { size(500, 500); colorMode(HSB, 360, 100, 100, 100); smooth(); //noStroke(); background(0, 0, 100); pos = new PVector[num]; vel = new PVector[num]; c = new color[num]; f…