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

radius_lines02

int centx; int centy; float x, y; void setup() { size(500, 500); colorMode(HSB, 360, 100, 100, 100); background(0, 0, 100); strokeWeight(3); smooth(); int centx = 0; int centy = 0; } void draw() { translate(width/2, height/2); for (int i =…