On Mar 11, 6:05 am, peteshinners <[email protected]> wrote: > I can't find a way to pass a euclid.Matrix4 to glMultMatrix[df]. Is > there a converter for these types of calls?
glMultMatrixf( (ctypes.c_float*16)(*matrix[:]) ) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
