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

curveVertex02

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