Daily Creative Coding

元「30 min. Processing」。毎日、Creative Codingします。

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

なびく面

3D

/* * surface in the wind * * @author aa_debdeb * @date 2016/08/06 */ int num = 50; int step = 20; float scale = 0.1; PVector[] offsets; void setup(){ size(500, 500, P3D); fill(220, 20, 60); stroke(0); strokeWeight(1); offsets = new PVector…