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

generative_noise_if01

float xstart, xnoise, ystart, ynoise; float xstartNoise, ystartNoise; void setup() { size(500, 500); smooth(); background(255); frameRate(6); xstartNoise = random(20); ystartNoise = random(20); xstart = random(10); ystart = random(10); } v…