The source project of this merge request has been removed.
Fix OpenVR initialization (fixes crash on VTK >= 9.1)
Compare changes
Files
8@@ -32,6 +32,7 @@ int main(int, char*[])
System updates will be applied on Apr 10th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
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)