On 13/06/14 14:56, Linux4Bene wrote: > [...] > > Or is there a pyglet example that shows how to do this? > I'm only interested in doing this in a 2D setting. >
The Sprite is doing exactly that same thing you're trying to do. I would use Sprites and a Batch, specially if you're just doing 2D. Regards, Juan -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
