Skip to content

Update RenderingOpenXR module to support HTC Vive Generic trackers

Implement OpenXR support for retrieving poses associated with HTC Vive Generic Trackers.

Corresponding OpenXR extension is XR_HTCX_vive_tracker_interaction. See specification

Relevant discussions and issues:

Related projects:

For reference, in the context of the OpenVR modules, the support is implemented through these functions:

  • vtkOpenVRRenderWindow::UpdateHMDMatrixPose where Open VR poses associated with all tracked devices are retrieved
  • vtkOpenVRRenderWindow::GetDeviceHandleForOpenVRHandle
  • vtkOpenVRRenderWindow::RenderModels allowing to render models of controller including the generic ones
Edited by Jean-Christophe Fillion-Robin