[vtkusers] Using FLTK and VTK
Joey Mukherjee
joey at phobos.space.swri.edu
Wed Nov 8 11:28:35 EST 2000
Does anybody use VTK with FLTK?
I'm giving it a shot and am having a couple problems. I have downloaded
Frank Da's vtkFlWindowInteractor and John Shalf's vtkFlWindow.
Frank's didn't compile for me since it was using the older vtkInteractor
interface. John's did compile and work, but when I call _renWin->Render
(), the window is not re-rendered. If I click in the window, the
re-rerendering occurs.
I might be using something wrong since I let VTK/FLTK create my window:
// Creates a new VTK/GL window embedded in the current window.
_iren = new Fl_vtk_Window (_renWin, 1, 1,600, 600);
_iren->size_range (10, 10, 0, 0);
_iren->show (0, NULL);
Any ideas?
Joey
+-------------------------------------------------------------------------
-+
+ Joey Mukherjee
+
+ joey at swri.org "I intend to live forever,
+
+ http://www.space.swri.edu/~joey so far, so good...
+
+
+
+-------------------------------------------------------------------------
-+
More information about the vtkusers
mailing list