[vtkusers] vtkInteractorStyle question

Jeff Baumes jeff.baumes at kitware.com
Tue Nov 10 08:47:40 EST 2009


On Mon, Nov 9, 2009 at 4:33 AM, Luca Pamparana <luca.pamparana at gmail.com>wrote:

> Hello,
>
> I have a question about vtkInteractorStyle available. Most of the
> styles available seem to transform the geometry. What I need for my
> application is something that only changes the view perspective. For
> example, moving forward and backward and moving the head left and
> right...tilting the head etc. Is there any build in style that
> simulates that? How hard would it be to right one that does something
> like that?
>

Most interactor styles do not move geometry, but since the camera "orbits"
the scene on rotate, it looks the same as if the scene was rotating. Did you
try vtkInteractorStyleFlight?

Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091110/00fab013/attachment.htm>


More information about the vtkusers mailing list