vtkInteractorStyleTrackballActor rotates the actor, and not the camera. So this doesn't work for me. I have more actors on scene and I need to pivot the camera around this actor, but keep actor untouched. I think that my only solution is to create my own vtkInteractorStyle class. :( Many thanks, after all.