[PyOpenGL-Users] gluBuild3DMipmaps
Brought to you by:
mcfletch
From: Andrew W. <and...@al...> - 2007-02-08 12:37:28
|
Hello, I'm trying to use gluBuild3DMipmaps, but I come upon the following error message, OpenGL.error.NullFunctinoError: Attempt to call an undefined function gluBuild3DMipmaps, check for bool(gluBuild3DMipmaps) before calling. So I print out bool(gluBuild3DMipmaps) and of course get False. how do I get gluBuild3DMipmaps working? I'm running pyopengl-3.0.0a5-py2.4.egg Thanks Andrew |