[wxVTK] Double buffering
Brought to you by:
malat
|
From: Joshua P. <jos...@gm...> - 2009-02-18 18:08:06
|
I've successfully compiled wxVTK and have integrated it into my application. The trouble I am having is that if I use wxGLCanvas as the sub-class I can't get double buffering to work. If I use wxWindow double buffering works, but the window only refreshes in response to VTK events and not wx events. Any hints? |