Skip to content

Many updates to OpenVR plugin support in PV

Ken Martin requested to merge ken-martin/paraview:openvr_updates into master
  • added come to me button to bring other collaborators to your current location/scale/pose

  • fixed crop plane sync issues and hang in collaboration

  • support desktop users in collaboration with an attach to view option that makes the current view behave more like a VR view (shows avatars/cropplanes etc)

  • Added showVRView option to show the VR view of the user when they are in VR. This is like the steamVR option but is camera stabilized making it a better option for recording and sharing via video conferences etc.

  • Added a Widget helper class. Generally broke vtkPVOpenVRHelper into smaller classes and files to make the code a bit cleaner and more compartmentalized.

  • Add Imago Image Support - added support for displaying images from the Imago online image source on windows if properly formatted strings are found in the dataset's cell data (optional, off by default)

  • fix thick crop stepping with in collaboration

  • Update to new SteamVR Input API, now users can customize their controller mapperings for PV. Provide default bindings for vive controller, hp motion controller, and oculus touch controller

  • Add an option controlling base station visibility

Merge request reports

Loading