[Gtkradiant] 1.3.4-nightly and Linux

Joseph, William gtkradiant@zerowing.idsoftware.com
Wed, 16 Oct 2002 16:12:18 +0100


... or perhaps..

glPolygonMode(GL_FRONT, GL_LINE);
glPolygonMode(GL_BACK, GL_FILL);
...
glDrawElements(GL_POLYGON, ... ) // brushes, broken
glDrawElements(GL_QUAD_STRIP, ... ) // patches, not broken

this requires some detective work =)

-----Original Message-----
From: David Olofson [mailto:david.olofson@reologica.se]
Sent: 16 October 2002 15:33
To: gtkradiant@zerowing.idsoftware.com
Subject: Re: [Gtkradiant] 1.3.4-nightly and Linux


On Wednesday 16 October 2002 16:03, Joseph, William wrote:
> GL_LINE on back-faces is used when rendering patches.

...but in that case, it seems to *work* on the FireGL... (At least, 
patches were the only textured or filled things I could see in the camera 
view.)

So, it's really *culled* GL_LINE faces that trigger the driver bug.