//***************************************************************************** // CURVE TWEENING, Jarek Rossignac // Last update April 1, 2008 //***************************************************************************** boolean showHelpText=false, showMenu=true; // toggles to display menu and help int rops, gops, sops; // operation counters void setup() { size(1100, 800); smooth(); strokeJoin(ROUND); strokeCap(ROUND); PFont font = loadFont("Courier-14.vlw"); textFont(font, 12); setColors(); loadButtons(); loadToggles(); // loads the menus makeRings(); loadP(); if(fn