Daily Creative Coding

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

2016-05-11から1日間の記事一覧

3Dのアングルを段々と変える

3D

/** * cloud of box * * @author aa_debdeb * @date 2016/05/11 */ int angleCount = 100; ArrayList<Box> boxes; PVector angle1, angle2; void setup(){ size(500, 500, P3D); noFill(); stroke(255, 192); boxes = new ArrayList<Box>(); for(int i = 0; i < 200; i</box></box>…