On Jun 20, 1:50 pm, Gary Herron <[email protected]> wrote: > I've got "significant rendering problems": > on a Ubuntu (latest version-- 9.04) system > for each version of kytten I've tested (the last three or so) > with pyglet, versions 1.1.2, 1.1.3, and the svn trunk.
This looks like it's going to be tough to debug, since I can't replicate the problem - my workstation is Ubuntu with python 2.4 and didn't have a problem. For what it's worth, it looks like for some reason your system handles glScissor a little differently than mine, and doesn't undo the scissor mode. Hmm. I think I can work around that a bit. Here, would you mind downloading 5.6.1 from: http://code.google.com/p/kytten/downloads/list I've added a safety check to explicitly disable scissors mode if it wasn't enabled before it entered that group. This should allow nested scrollable regions still, but restore normal functionality when it leaves the Scrollable group. (also bulletproofing for the vertices problem that Steve Johnson mentioned) Thanks for the help, folks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
