On 10/29/08, __doc__ <[EMAIL PROTECTED]> wrote: > > I've hacked up a little script to blit a label to a texture > http://paste.pocoo.org/show/89317/ but I just get black labels out of > it (instead of the set font color), any idea?
You need to create the texture with format GL_ALPHA, not GL_RGBA. 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 -~----------~----~----~----~------~----~------~--~---
