i want to add two things two the code below and need some help.
1. because of what the sketch will be used for later, i need to use p3d as a renderer. when i use it, no text is displayed. can somebody tell me why and what i need to change in the code?
2. i want to create only the outlines of the text, so that there is no fill in the text. i have seen the basic geomerative-library examples doing that, but i don't know how to put it in the code.. any ideas? or is there maybe another way than using geomerative?
thanks for any suggestions
--------------
//click and drag to see letters move
import laserschein.*;
Laserschein laser;
import geomerative.*;
import java.awt.geom.Line2D;
static final int fontdepth = 2; // recursion depth for word creation (*5)
static final float G = -0.5; //change gravity (*-1.0) taking away makes fleeing bubbly
static final float cursor_mass = 10000000.; //mass of cursor