wxglcanvas

wxGLCanvas exits process

Hi! I have a problem with the OpenGL canvas of the wx library. When I use the method SwapBuffers of wxGLCanvas the whole process will be terminated with exit code 1. If I remove the method call the program runs on and on. Unfortunately there is no GL drawing as well. I think it is an internal problem of the wx library. Maybe due to som...

wxglcanvas: weird behavior by placing the mouse on drawn area

I'm using glcanvas for providing 3D opengl object to wxpython. Every time I place the mouse on drawn object there is some flickering of this object: it generates OnPaint and rotates scene on some small angle. I can't track a reason that generates OnPaint and where the rotating takes place - sure it is not in my code. Any ideas? Is ther...

wxOSX/Carbon: wxGLCanvas mouse offset in non-floating window classes

Hi All, I mainly program plugins using wxWidgets within a Carbon bundle which is loaded at runtime. The host-applications where my plugins are running in provide a native window handle (WindowRef), which I can use to add my custom, wxWidgets-based GUI-classes. To use the native window handle with wxWidgets classes I had to write a wxTo...

Is there an opensource framework for 3d canvas?

Is there an opensource framework to allow real-time rendering of textured polygons? I want to display photo's in a 3d space. I don't need many polygons (less than 100, but the more the better, of course) ...