Daily Creative Coding

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

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

三次元のボールが向かってくる

3D

/** * Coming Ball * * @author aa_debdeb * @date 2015/11/29 */ ArrayList<Ball> balls; void setup(){ size(500, 500, P3D); smooth(); frameRate(30); sphereDetail(16); background(0); balls = new ArrayList<Ball>(); } void draw(){ noStroke(); fill(0, 30); re</ball></ball>…