PROCESSING/PROGRAMMING BLOG

Post Reply
glegrady
Posts: 203
Joined: Wed Sep 22, 2010 12:26 pm

PROCESSING/PROGRAMMING BLOG

Post by glegrady » Mon Jan 16, 2012 1:51 am

Post you processing questions, comments, code share, here
George Legrady
legrady@mat.ucsb.edu

rjduranjr
Posts: 14
Joined: Tue Jan 17, 2012 4:40 pm

Re: PROCESSING/PROGRAMMING BLOG

Post by rjduranjr » Tue Feb 14, 2012 2:17 pm

Quick little sketch by Dan Shiffman for adding 2D panning
Attachments
PanZoom2D.zip
(1.08 KiB) Downloaded 270 times

rjduranjr
Posts: 14
Joined: Tue Jan 17, 2012 4:40 pm

Re: PROCESSING/PROGRAMMING BLOG

Post by rjduranjr » Tue Feb 14, 2012 2:18 pm

Josh's font reference sketch + 2D Panning
Attachments
fontReferenceImproved.zip
(1.4 KiB) Downloaded 283 times

rjduranjr
Posts: 14
Joined: Tue Jan 17, 2012 4:40 pm

Re: PROCESSING/PROGRAMMING BLOG

Post by rjduranjr » Thu Mar 08, 2012 2:19 pm

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]);
Attachments
_3DForceGraph.zip
(55.1 KiB) Downloaded 292 times

Post Reply