Most probably it's an incompatibility between PyOpenGL and wxGTK-gl.
Does any of the examples from PyOpenGL work? Specifically textured
ones?
O.
> --
> You received this message because you are subscribed to the Google Groups "shaderman" group.
> To post to this group, send email to shad...@googlegroups.com.
> To unsubscribe from this group, send email to shaderman+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/shaderman?hl=en.
>
>
If inside the onDraw you'll comment everything down from line
# small preview of bricks
down to the end of the method - will it work?
Alexei
self.SwapBuffers()
is not commented, sorry.
A.
1st - what's your video card? Drivers?
2nd - well, the best and quickest solution would be to continue
commenting lines in the same method until you'll get it working. I
suspect the lines that causes this would be ones painting actual
bricks, but let's see.
A.