Skip to content
Snippets Groups Projects
Commit 7b9b5153 authored by Alexis Girault's avatar Alexis Girault
Browse files

BUG: allow DisableMouseInteraction in LaparoscopicCamera

In the LaparoscopicCamera example the mouse interaction
was supposed to be disabled, but by setting the new
interactor style after the viewer initialization, the
observers rules on the vtkViewer interactor were
overridden. Placing the interactorStyle beforehand
resolves the issue.

In the future it would be convenient to have wrapped
functions in IMSTK to make changes to the interactor
without the need to go through VTK.
parent ea0c6cbb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment