The source project of this merge request has been removed.
Improve LaparoscopicCameraController
This MR :
(1) Fixes an issue in LaparoscopicCamera example regarding mouse interaction disabling failing due to an override of the interactorstyle
(2) Refactor the LaparoscopicCameraController architecture:
- Migration of the camera update by external device from
VTKViewertoLaparoscopicCameraController. - Removal of obsolete
cameraConfigurationDatastruct - Cleaning of unused variables and of style
- Simplification of the cameraController feature used in the LaparoscopicCamera example.