Re: [Mesa-dev] [GLU Tesselator] abort current tesselation

2012-05-22 Thread Lukas Rössler
On 22.05.12 15:40, Brian Paul wrote: On 05/22/2012 01:26 AM, Lukas Rössler wrote: Hi everybody! I'm currently working with the GLU tesselator and I need the ability to abort a tesselation process at any state, as fast as possible (so calling gluTessEndPolygon is not an option). Additionally i w

Re: [Mesa-dev] [GLU Tesselator] abort current tesselation

2012-05-22 Thread Brian Paul
On 05/22/2012 01:26 AM, Lukas Rössler wrote: Hi everybody! I'm currently working with the GLU tesselator and I need the ability to abort a tesselation process at any state, as fast as possible (so calling gluTessEndPolygon is not an option). Additionally i would like to be able to re-use the GLU

[Mesa-dev] [GLU Tesselator] abort current tesselation

2012-05-22 Thread Lukas Rössler
Hi everybody! I'm currently working with the GLU tesselator and I need the ability to abort a tesselation process at any state, as fast as possible (so calling gluTessEndPolygon is not an option). Additionally i would like to be able to re-use the GLUtesselator object afterwards. Is the foll