<br><div class="gmail_quote">On Mon, Nov 9, 2009 at 4:33 AM, Luca Pamparana <span dir="ltr"><<a href="mailto:luca.pamparana@gmail.com">luca.pamparana@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
I have a question about vtkInteractorStyle available. Most of the<br>
styles available seem to transform the geometry. What I need for my<br>
application is something that only changes the view perspective. For<br>
example, moving forward and backward and moving the head left and<br>
right...tilting the head etc. Is there any build in style that<br>
simulates that? How hard would it be to right one that does something<br>
like that?<br></blockquote><div><br></div><div>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?</div>
<div><br></div><div>Jeff</div></div>