We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35e2b8 commit b6a87a7Copy full SHA for b6a87a7
app/src/main/jni/WaveCloudXRApp.cpp
@@ -641,7 +641,7 @@ bool WaveCloudXRApp::InitDeviceDesc() {
641
642
mDeviceDesc.ctrlType = cxrControllerType_OculusTouch;
643
mDeviceDesc.disablePosePrediction = false;
644
- mDeviceDesc.angularVelocityInDeviceSpace = false;
+ mDeviceDesc.angularVelocityInDeviceSpace = true;
645
mDeviceDesc.foveatedScaleFactor = (mOptions.mFoveation < 100) ? mOptions.mFoveation : 0;
646
647
// Frustum
0 commit comments