Merge pull request #16473 from thoys/fix/quest/handControllersFix

Oculus Quest: Fix for the hand controllers in the latest version
This commit is contained in:
Brad Hefta-Gaub 2019-11-08 11:00:23 -08:00 committed by GitHub
commit 757d77ac5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@
<uses-feature android:name="android.hardware.sensor.gyroscope" android:required="true"/>
<uses-feature android:name="android.software.vr.mode" android:required="true"/>
<uses-feature android:name="android.hardware.vr.high_performance" android:required="true"/>
<uses-feature android:name="android.hardware.vr.headtracking" android:version="1" android:required="true" />
<application
android:name="org.qtproject.qt5.android.bindings.QtApplication"