Assignment 3 Fall 2008
Jump to navigation
Jump to search
Jeremy.Turner A3-01 - http://www.sfu.ca/~jot/JOT/JOTA3_01/applet/ A3-02 - http://www.sfu.ca/~jot/JOT/JOTA3_02/applet/
NOTE: For anyone who, like me, found extending PImage cumbersome, see this thread: http://dev.processing.org/bugs/show_bug.cgi?id=168. It appears to be opened by someone in our class from 2005 (or someone doing the same exact assignment - Georgia Tech possibly?). Anyway, it's a good discussion of the subclassing issue that we've all dealt with this for this assignment (copying PImage field values over to your subclass manually, including the undocumented 'format' and 'cache' fields). - JR