Archives Dec. 29, 2007

Nurbs finally fixed in PyOpenGL 3.x (Strange behaviour...)


I finally tracked down the problem with nurbs rendering in PyOpenGL 3.x. Apparently passing a bald integer where a void-pointer is expected was causing ctypes to re-interpret the value. I went with returning a void_p and the nurbs started flowing again.

Added support for saving/viewing the depth buffer to one of the OpenGLContext tests. Added ...

Continue reading

Previous day

Dec. 22, 2007

Next day

Dec. 30, 2007

Archives