Daily Creative Coding

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

2015-11-28から1日間の記事一覧

三次元の線を重ねる

3D

/** * 3D Lines * * @author aa_debdeb * @date 2015/11/28 */ float gray; float radious; float theta1; float theta2; int grayStep; float radiousNoise; float theta1Noise; float theta2Noise; void setup(){ size(500, 500, P3D); background(255); s…