Daily Creative Coding

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

2016-04-15から1日間の記事一覧

3Dフラッシュ

3D

/** * flash in 3D * * @author aa_debdeb * @date 2016/04/15 */ ArrayList<PVector> points; float bg; void setup(){ size(500, 500, P3D); frameRate(15); noStroke(); mousePressed(); } void mousePressed(){ points = new ArrayList<PVector>(); for(int i = 0; i < 200</pvector></pvector>…