[PyOpenGL-Users] glMap2f() takes exactly 6 arguments (10 given)
Brought to you by:
mcfletch
From: Nick S. <sh...@uk...> - 2008-05-24 23:30:07
|
Hi. I'm learning NURBS. I get this error: GL.glMap2f(GL.GL_MAP2_VERTEX_3, 0, 1, 3, 4, 0, 1, 12, 4, ctrlpoints[0][0][0]) TypeError: glMap2f() takes exactly 6 arguments (10 given) though documentation says glMap2f has 10 params and all code snippets found on the internet pass 10 params too. ii python-opengl 3.0.0~b1-2 Python bindings to OpenGL |