Skip to content

Improve LaparoscopicCameraController

Alexis Girault requested to merge (removed):improve-cameracontroller into master

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 VTKViewer to LaparoscopicCameraController.
  • Removal of obsolete cameraConfigurationData struct
  • Cleaning of unused variables and of style
  • Simplification of the cameraController feature used in the LaparoscopicCamera example.

Merge request reports