Page 1 of 1

PROCESSING/PROGRAMMING BLOG

Posted: Mon Jan 16, 2012 1:51 am
by glegrady
Post you processing questions, comments, code share, here

Re: PROCESSING/PROGRAMMING BLOG

Posted: Tue Feb 14, 2012 2:17 pm
by rjduranjr
Quick little sketch by Dan Shiffman for adding 2D panning

Re: PROCESSING/PROGRAMMING BLOG

Posted: Tue Feb 14, 2012 2:18 pm
by rjduranjr
Josh's font reference sketch + 2D Panning

Re: PROCESSING/PROGRAMMING BLOG

Posted: Thu Mar 08, 2012 2:19 pm
by rjduranjr
Billboarding of labels added to the 3D force directed example.

The important methods are in Node.

g.rotateX(rotations[0]);
g.rotateY(rotations[1]);
g.rotateZ(rotations[2]);