glGetDoublev(GL_MODELVIEW_MATRIX) Prints something it's not meant to
Brought to you by:
mcfletch
When I do:
x = glGetDoublev(GL_MODELVIEW_MATRIX)
print(x)
It just prints <OpenGL.arrays.ctypesarrays.c_double_Array_4_Array_4 object="" at="" 0x03D05210="">
I don't know why this is or how to fix it though. Not much else I can say.
Python 3.4.3
Windows 8.1
PyOpenGL 3.1.0
You have to get Numpy, which is able to display it. They should list Numpy as a dependency instead of just a recommended module.