Re: [wxVTK] Timer start failed
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2008-06-02 18:37:46
|
Hi RP, This is not an issue with wxVTK but with VTK > 5.0. They broke the internal API for the timer, and no one took the time to fix it. If you are familiar with VTK, simply run ANY of the test that take '-I' to run in interactor more and you'll see that even from pure tcl the timer is failing (whatever that mean). Please make some noise on the vtk-dev list, as I have already mentionned that a couple of tme, but no one seems to care :( Thanks -Mathieu On Mon, Jun 2, 2008 at 8:23 PM, Ruopeng Wang <rp...@nm...> wrote: > 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 > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Wxvtk-users mailing list > Wxv...@li... > https://lists.sourceforge.net/lists/listinfo/wxvtk-users > -- Mathieu |