Daily Creative Coding

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

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

絡み取られた球

/** * Entwined Sphere * * @author aa_debdeb * @date 2016/01/21 */ float radious = 150; void setup(){ size(500, 500, P3D); smooth(); sphereDetail(16); background(0); translate(width / 2, height / 2); float px = radious * sin(0) * cos(0); fl…