[vtkusers] Different interactors for different renderers?
David Doria
daviddoria+vtk at gmail.com
Tue Feb 2 11:59:56 EST 2010
I want to do something like this:
http://www.vtk.org/Wiki/VTK/Examples/Visualization/SideBySideViewports
but have an image (vtkImageActor and vtkInteractionStyleImage) on the right
and a normal 3D view on the left (vtkActor and
vtkInteractionStyleTrackballCamera)
It seems like the interactor is linked to the RenderWindow:
renderWindowInteractor->SetRenderWindow(renderWindow);
and the RenderWindow contains the two viewports and renderers.
Is there a way to use a different interactor for each of the two viewports?
Thanks,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100202/6f4bba44/attachment.htm>
More information about the vtkusers
mailing list