[wxVTK] question about wxVTK
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2011-11-30 14:08:45
|
Hi Aris, Give wxVTK from CVS a try and let us know if this works for you. Thanks. HTH On Wed, Nov 30, 2011 at 3:05 PM, Aris Basic <ari...@gm...> wrote: > question about wxVTK > > are you still working on it ? > in version that i downloaded (i think it is the latest one). > samples are not really working (vtk errors about unable to create timer) > > i did quick fix for it by renaming CreateTimer into InternalCreateTimer > which is not full fix (im guessing VTK does use multiple timers on occasion) > > so just checking on any updates before i potentially start to mess with it :) > > BTW here is what i have for InternalCreateTimer > > int wxVTKRenderWindowInteractor::InternalCreateTimer(int timerId, int > timerType, unsigned long duration) > { > if (!timer.Start(duration,timerType == OneShotTimer)) > assert(false); > return 1; > } > -- Mathieu |