Daily Creative Coding

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

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

水面を漂うオブジェクト

3D

/** * floating objects on water * * @author aa_debdeb * @date 2016/07/17 */ PVector stepSize = new PVector(30, 40); PVector rectSize = new PVector(20, 30); float maxZ = 200; PVector noiseOffset; float noiseScale = 0.003; float timeScale = …