Daily Creative Coding

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

2015-12-29から1日間の記事一覧

デジタル・クラウド

/** * Digital Cloud * * @author aa_debdeb * @date 2015/12/29 */ float radious = 6; float time = 0.0; float noiseDrawX = random(100); float noiseDrawY = random(100); float noiseColorRX = random(100); float noiseColorRY = random(100); float …