Could you provide a more complete simple code example and a small sample image?
Richard
> --
> You received this message because you are subscribed to the Google Groups "pyglet-users" group.
> To post to this group, send email to pyglet...@googlegroups.com.
> To unsubscribe from this group, send email to pyglet-users...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
>
def on_draw():
glEnable(GL_BLEND)
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA)
window.clear()
background.blit(0, 0, 0)
ice.blit(10, 10, 0)
El 17/02/2012 4:44, Paul escribi�: