Having free, 6DOF camera movement instead of orbit system

Hi,

I’m trying to configure ParaView so that you can use keys for moving forwards/backwards, sideways, up/down, and rotate the view, and am having difficulty.

For example, you can move the camera forward by zooming in, however there’s a limit to how far forward you can move with this approach, related to the center of rotation. I’d like to allow the user to keep moving forward indefinitely if they’d like.

Perhaps there’s a python script that can assist with this, or is there some built-in way?

Thank you for any assistance.

Hi @crimic

I’m afraid ParaView cant really be configured this way.
The best way would be to create your own view/representation in a plugin and then implement your own vtkInteractor.

Best,