The source project of this merge request has been removed.
Fix OpenVR initialization (fixes crash on VTK >= 9.1)
Since VTK 9.1 (tested with releases only), the vtkOpenVRRenderWindow needs to be explicitly initialized, otherwise the program crashes. This adds the initialization for all OpenVR examples.
Fixes vtk#18433 (closed)