[PyKDE] qtgl module questions

Michael Ferraro michael at possibleworlds.com
Fri Dec 7 23:08:21 GMT 2001


Hello

I'm finding that a chunk of script that I have been using with
PyOpenGL and Togl (Tk widget for OpenGL) is not working
within my PyQt QGLWidget. Specifically the texture related
code no longer works.  Polygons draw fine and the overall
widget seems to be fine but glGenTextures(1) returns a very
unlikely value: 269988696.  instead of the usual small integer
And,  after forcing the id to 1 and proceeding I still get
no textures.  I tried applying texture without using texture
objects and I can no longer get that to work either

I was wondering if there are any assumption regarding the use
OpenGL that I might take into consideration as I try to track
down my problem.

My PyOpenGL environment has been installed for a while and
I have used it quite a bit. So, while it's likely that I am doing
something stupid, I thought I would check if there are any
known problems.

Michael







More information about the PyQt mailing list