Daily Creative Coding

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

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

変形を繰り返すボックス

3D

/** * transforming boxes * * @author aa_debdeb * @date 2016/12/15 */ int LOOP = 120; float MAX_BLOCK_WIDTH = 35; ArrayList<Block> blocks; void setup(){ size(500, 500, P3D); blocks = new ArrayList<Block>(); float gap = 60; int num = 30; for(int x = 0; x </block></block>…