On Sat, May 17, 2008 at 8:27 AM, riq <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to see the sprites, labels and images in "wireframe" mode. > > I'm using glPolygonmode( GL_FRONT_AND_BACK, GL_LINE) but I dont' see the > wireframe. > > What's wrong with this code ? >
The image and text functions will re-enable texturing themselves, so lines generally won't be visible (especially with font textures). You'll need to override specific state functions in each class -- there's no general way to do this in pyglet. Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
