Yes, changing the "i" to a "B" in the colours attribute solved my problem, my problem of reading and interpreting the documentation a little too quickly!
thanks guys. pawel On Oct 28, 12:27 am, Ben Sizer <[email protected]> wrote: > On Oct 27, 12:54 pm, Mikael Lind <[email protected]> wrote: > > > You specify the color format as "c3i", where "i" means GLint. 255 on a > > GLint scale would be very close to black. Try "c3B" instead for > > GLubyte. > > Ah, of course. :) Hopefully the original poster can get things > working now. > > -- > Ben Sizer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
