Skip to content

(VRWidgetsInteractor): move the clipping interaction to a separate class

Kevin GAUDET requested to merge split-vr-widgets-from-trackball into dev

What does this MR do?

  • Refactors dvr widget interaction. Splits VRWidgetsInteractor into TrackballInteractor and ClippingBoxInteractor and deprecates it.
  • Adds right mouse button interaction to the trackball.
  • Renames VRWidget to ClippingBox.

How to test it?

  • Run OgreViewer
  • Load an image
  • Interact with the scene
Edited by Kevin GAUDET

Merge request reports