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

curveVertex01

float radius = 200; int centx = width/2; int centy = height/2; void setup() { size(500, 500); colorMode(HSB, 360, 100, 100, 100); background(0, 0, 100); noStroke(); frameRate(12); smooth(); } void draw() { fill(0, 0, 100); rect(0, 0, width…