Daily Creative Coding

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

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

スピンする立方体

3D

/** * spinning cubes * * @author aa_debdeb * @date 2016/09/12 */ ArrayList<Box> boxes = new ArrayList<Box>(); void setup(){ size(640, 640, P3D); noStroke(); boxes = new ArrayList<Box>(); while(boxes.size() < 50){ PVector loc = new PVector(random(width), </box></box></box>…