InteractorStyleTrackballCamera

InteractorStyleTrackballCamera#

class InteractorStyleTrackballCamera(*args, **kwargs)[source]#

Trackball camera interactor style.

Wraps vtkInteractorStyleTrackballCamera.

See Also#

pyvista.RenderWindowInteractor.enable_trackball_style()
pyvista.RenderWindowInteractor.enable_custom_trackball_style()
pyvista.RenderWindowInteractor.enable_2d_style()

Inheritance#

Inherited members are documented on InteractorStyleCaptureMixin.

See them all under Inherited Methods.

Wraps vtkInteractorStyleTrackballCamera.

Inherited Methods#

InteractorStyleCaptureMixin.add_observer

Keep track of observers.

InteractorStyleCaptureMixin.remove_observer

Remove an observer added through add_observer.

InteractorStyleCaptureMixin.remove_observers

Remove all observers added through add_observer().