Spin3d spin = new Spin3d(); PFont font; Figure fig; void setup() { size(400,400); framerate(30); depth(); font = loadFont("font.vlw"); textFont(font,0.2f); angleMode(DEGREES); fig = new Figure(1.0f); //smooth(); } void text(String s, float x, float y) { for (int i=0; i