/* sodaals.java * Created on Apr 25, 2006 */ /* SodaKola.java * Created on Apr 20, 2006 */ import processing.core.PApplet; public class nocFinal extends PApplet { /** SERIAL VERSIONUID * * */ /** * */ /* INITIALIZATION * */ particleSystem particleSystem; // our main model that runs everything public int particleSelected = -1; particleSystem[] particleArray; /** SETUP * * */ public void setup() { size(800,600); //framerate(60); particleArray = new particleSystem[20]; for (int i = 0; i