On Feb 9, 1:01 am, "Martin O'Leary" <[email protected]> wrote: > Is there any chance of an interface being exposed to do this in future? It > seems like a fairly common use case, and while doing it yourself each time > yields the same end result, it would make things easier if there was a > standardised way of dealing with it. If nothing else it would simplify the > interface when dealing with complex repeated drawables.
I think what you're asking is how to structure your application dealing with many drawable objects. Tacking some interface on batches will probably not make that question go away. Scenegraphs are often used to deal with it, maybe that's what you search. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
