Daily Creative Coding

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

2016-05-20から1日間の記事一覧

カメラがサイン曲線上を移動する

3D

/** * camera on sine curve * * @author aa_debdeb * @date 2016/05/20 */ ArrayList<Block> blocks; float speed = 30; void setup(){ size(500, 500, P3D); noFill(); stroke(0,255, 0); blocks = new ArrayList<Block>(); } void draw(){ background(0); translate(wid</block></block>…