{"blog_url":"https://30min-processing.hatenablog.com/","provider_name":"Hatena Blog","type":"rich","title":"\u62e1\u5927\u3059\u308b\u30ad\u30e5\u30fc\u30d6\u7fa4","url":"https://30min-processing.hatenablog.com/entry/2016/09/13/000000","published":"2016-09-13 00:00:00","provider_url":"https://hatena.blog","categories":["3D"],"author_name":"aa_debdeb","height":"190","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2F30min-processing.hatenablog.com%2Fentry%2F2016%2F09%2F13%2F000000\" title=\"\u62e1\u5927\u3059\u308b\u30ad\u30e5\u30fc\u30d6\u7fa4 - Daily Creative Coding\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","author_url":"https://blog.hatena.ne.jp/aa_debdeb/","width":"100%","version":"1.0","blog_title":"Daily Creative Coding","image_url":"https://cdn-ak.f.st-hatena.com/images/fotolife/a/aa_debdeb/20160910/20160910124010.jpg","description":"/** * enlarging crowd of cubes * * @author aa_debdeb * @date 2016/09/13 */ int BOX_NUM = 50; float BOX_SIZE = 10; int[][][] states; int[][][] neighbors; int[][] moves = {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}, {-1, 0, 0}, {0, -1, 0}, {0, 0, -1}}; ArrayList<Block> blocks; ArrayList<Block> pBlocks; void setu\u2026"}