[wxVTK] Timer start failed
Brought to you by:
malat
From: Ruopeng W. <rp...@nm...> - 2008-06-02 18:23:29
|
Hi all, I wonder if anyone has experienced this issue with wxGTK-2.8.7. When I run the sample, I got lots of: ERROR: In /usr/pubsw/packages/vtk/5.1.0-CVS-stable/src/VTK/Rendering/vtkInteractorStyle.cxx, line 392 vtkInteractorStyleJoystickCamera (0xc093db8): Timer start failed The interactor of course doesn't work properly. At first it is not a big issue to me, because I usually use trackball style instead of the default Joystick style in my vtk code. Then here comes the big issue, because the timer failed to start, vtkLODActor doesn't work anymore, since it requires timer to manage the active level of detail. Did anyone have this issue and/or figure out a workaround? BTW, I just tried with the latest wxVTK 1.3 code, same problem. Thank you! RP |