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

PVector_ellipse04

PVector pos1; PVector pos2; PVector pos3; void setup() { size(500, 500); colorMode(HSB, 360, 100, 100, 100); smooth(); noStroke(); background(0, 0, 100); } void draw() { fill(0, 0, 100, 20); rect(0, 0, width, height); translate(width/2, he…