Daily Creative Coding

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

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

球状でのパーティクルの軌跡

3D

/** * track on sphere * * @author aa_debdeb * @date 2016/04/19 */ float radious = 250; ArrayList<Particle> particles; PVector rNoise1, rNoise2; float nScale = 3.4; float maxVel = PI / 2048; float velStep = PI / 20480; void setup(){ size(640, 640, P3</particle>…