Skip to content

Commit b6a87a7

Browse files
Fix angular velocity flag to improve device pose tracking.
1 parent d35e2b8 commit b6a87a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/jni/WaveCloudXRApp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ bool WaveCloudXRApp::InitDeviceDesc() {
641641

642642
mDeviceDesc.ctrlType = cxrControllerType_OculusTouch;
643643
mDeviceDesc.disablePosePrediction = false;
644-
mDeviceDesc.angularVelocityInDeviceSpace = false;
644+
mDeviceDesc.angularVelocityInDeviceSpace = true;
645645
mDeviceDesc.foveatedScaleFactor = (mOptions.mFoveation < 100) ? mOptions.mFoveation : 0;
646646

647647
// Frustum

0 commit comments

Comments
 (0)