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

radius_lines03

int centx; int centy; float x, y; void setup() { size(500, 500); colorMode(HSB, 360, 100, 100, 100); background(0, 0, 100); strokeWeight(3); frameRate(3); smooth(); int centx = 0; int centy = 0; } void draw() { noStroke(); fill(0, 0, 100, …