Daily Creative Coding

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

2016-07-01から1日間の記事一覧

波模様のアニメーション

/** * animation of abstract waves * * @author aa_debdeb * @date 2016/07/01 */ float margin = 20; float radious = 18; float theta = 120; float noiseScale = 0.005; float timeScale = 0.01; PVector noiseOffset1, noiseOffset2, noiseOffset3; voi…