[vtkusers] Using vtkFlRenderWindowInteractor

Charl P. Botha c.p.botha at ewi.tudelft.nl
Wed Dec 3 03:22:42 EST 2003


On Wed, 2003-12-03 at 07:19, shrinivas kulkarni wrote:
> Thanks Charl.
> I was able to use your vtkFlRenderWindowInteractor with FLTK2.0. Only 
> changes I need to made were:
> 
> #include <FLTK/win32.H>
> TO
> #include <FLTK/x.H>
> 
> and
> RenderWindow->SetWindowId( (void *)fl_xid( this ) );
> TO
> RenderWindow->SetWindowId( (void *)fltk::CreatedWindow::find(this)->xid);

Thanks for figuring this out!  I've added it to the README of
vtkFlRenderWindowInteractor with the due credit.

Best regards,
Charl

-- 
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/





More information about the vtkusers mailing list