On Mon, Feb 28, 2011 at 5:51 AM, Jonathan Hartley <[email protected]> wrote: > The reason I ask is, I fired up your script and I didn't notice > anything obviously wrong. I saw a large deep, tall, square cup shape, > made out of small cubes, with only the cube top surfaces being > rendered. Other than that, nothing seemed amiss. (WinXP, Python2.7 > pyglet-1.1.4)
Interesting -- that's what you ought to be seeing. On my machine (Ubuntu 10.10 x64, Python2.6.6, pyglet 1.1.2), it looks like: http://i.imgur.com/iBKKG.png from above http://i.imgur.com/XFhNN.png from below, should see zero surfaces. It could be an issue with this machine's ATI drivers, as I just noticed it works correctly on my other (Ubuntu 10.10 x64, nVidia) machine. I'll switch from the fglrx driver in the Maverick repo to the one from Catalyst 11.2 and report back. Thanks, Jesse -- 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.
