Source: http://people.freenet.de/ki_onyx/Tesselator.zip (80kb)
7zipped class files are about 40kb… it’s ok I guess 
As far as I can tell it works. However it would be nice if someone who knows what he’s doing (e.g. not me) takes a look. Some refactoring might be a good idea.
Oh and I’d to guess at one place:
public static final float GLU_TESS_MAX_COORD = 1.0e15f;
(GLU_OVERRIDE.java)
In the root dir of the zip file is a little demo, called “Tess.java”. I hadn’t adjusted the projection stuff, but both thingies are visible.
