[PyOpenGL-Users] import all .GL constants
Brought to you by:
mcfletch
From: k0wax <k0w...@gm...> - 2007-02-05 21:54:29
|
pyOpenGL 3.0.0a5. "OpenGL.GL.constants" contains basic conts like GL_BYTE All other constants can be imported this way: "from OpenGL.GL import GL_LINEAR" How can I import all constants from OpenGL.GL without importing all functions? (from OpenGL.GL import *) |