qt3d-vr-example icon indicating copy to clipboard operation
qt3d-vr-example copied to clipboard

Qt3d example with OpenVR and OculusVR

Results 2 qt3d-vr-example issues
Sort by recently updated
recently updated
newest added

I tried your example with the OculusSDK. Recompiled libOVR.lib with `/MD` and `/MDd`, Also had to change Windows 8.1 SDK to Windows 10 SDK because I don't have Windows 8.1...

I modified vr-sdks.pri to point to my build of OpenVR and get a link error regarding libopenvr_api.so. I changed the virtualreality.pro to reflect the correct lib name of openvr_api.lib and...