---- Reported by bmpape 2003-07-18 17:09:50 ---- There does not appear to be an implementation of the tesselation functions in the GLU class. There is a GLUtesselator class, but no functions to use it. I am talking about functions like gluNessTess, gluDeleteTess, gluTessBeginContour, gluTessBeginPolygon, gluTessCallback, etc... I imagine that the programmable texture and pixel shaders could be used for tesselation (???). But, this would only be possible on video cards supporting these features. How is tesselation done on older hardware? ---- Additional Comments From kbr 2004-04-08 12:09:30 ---- The GLU tesselator functionality has been added thanks to Pepijn Van Eeckhoudt and Nathan Parker Burg. --- Bug imported by sgothel@jausoft.com 2010-03-24 07:45 EDT --- This bug was previously known as _bug_ 26 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=26