Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
[deleted comment]
I am confirming that GL_LINE_LOOP also causes this issue :'(
Original comment by jacob.v....@gmail.com
on 3 Aug 2013 at 2:14
This issue is a know limitation of the pyglet graphics api specified on
http://www.pyglet.org/doc/api/pyglet.graphics-module.html
It doesn't look like this will be fixed anytime :-(
* * *
Because of the way the graphics API renders multiple primitives with shared
state, GL_POLYGON, GL_LINE_LOOP and GL_TRIANGLE_FAN cannot be used --- the
results are undefined.
[...]
Alternatively, the NV_primitive_restart extension can be used if it is present.
This also permits use of GL_POLYGON, GL_LINE_LOOP and GL_TRIANGLE_FAN.
Unfortunatley the extension is not provided by older video drivers, and
requires indexed vertex lists.
Original comment by j.sebast...@gmail.com
on 9 Nov 2013 at 7:28
Original comment by useboxnet
on 1 Dec 2013 at 8:34
Original issue reported on code.google.com by
jacob.v....@gmail.com
on 26 Nov 2012 at 7:21