Daily Creative Coding

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

2016-04-12から1日間の記事一覧

球からなる成長する木

3D

/** * growing tree of spheres * * @author aa_debdeb * @date 2016/04/12 */ ArrayList<PVector> spheres; float radious = 20; void setup(){ size(500, 500, P3D); noStroke(); spheres = new ArrayList<PVector>(); spheres.add(new PVector(0, 0, 0)); } void draw(){ ba</pvector></pvector>…