(VRWidgetsInteractor): move the clipping interaction to a separate class
What does this MR do?
- Refactors dvr widget interaction. Splits
VRWidgetsInteractor
intoTrackballInteractor
andClippingBoxInteractor
and deprecates it. - Adds right mouse button interaction to the trackball.
- Renames
VRWidget
toClippingBox
.
How to test it?
- Run OgreViewer
- Load an image
- Interact with the scene
- Issues
- Fixes #428 (closed)
Edited by Kevin GAUDET