Skip to content
Discussion options

You must be logged in to vote

This should be possible soon. With the new vtkCameraManipulator (will be released in 9.7.0), you should be able to do:

style = vtk.vtkInteractorStyleManipulator(interactor=interactor)
style.manipualtors.append(
  vtkTrackballPan(mouse_button=vtkCameraManipulator.MouseButtonType.Left,
  ))

Now, since you are interested in 'image' type of panning, i think a new manipulator (named vtkTrackballPan2D) for that should be added.

We also need to enable serialization for all the manipulator classes.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@jspanchu
Comment options

@ng-daniel
Comment options

@jspanchu
Comment options

Answer selected by ng-daniel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants