Dear PVer,
Forgive my simple question, but i cannot find useful instructions to build plugin openVR…
in build command line, I set “-DPARAVIEW_PLUGIN_ENABLE_OpenVR=ON” to enable openVR build, but it failed with error “missing: OpenVR_LIBRARY OpenVR_INCLUDE_DIR”…
then i download openVR source code from:
and add these two definition in build command line
OpenVR_LIBRARY=openvr_api.lib
OpenVR_INCLUDE_DIR=openVR\headers
the build is successful, but to run this run application will need openvr_api.dll
my questions:
-
Is this the right way to build paraview openVR?
-
When search released paraview, there is no such lib openvr_api.dll?
Could you please help me!
Sharon