On Aug 6, 12:28 am, Alex Holkner <[EMAIL PROTECTED]> wrote: > unknown) or to use the polymorphic functions. No extra setup is > required to do this: pyglet.gl and PyOpenGL function calls can be > freely intermixed.
My only concern is that this may not necessarily be the case; for example, I think there is some internal bookkeeping done in PyOpenGL regarding glBegin/glEnd; calling the pyglet.gl versions of these could then cause problems. But, I suppose there are probably not too many cases where this is a problem; the duplication of effort is of mild annoyance, but since the pyglet interfaces are low-level and (mostly? completely?) autogenerated, I suppose it isn't that much of a concern. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
