On 11/03/2009, at 6:48 PM, Florian Bösch <[email protected]> wrote:
>
> 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 can even leave out the [:]
Alex.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---