Daily Creative Coding

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

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

変形を繰り返すボックス #2

3D

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