Skip to content

Commit

Permalink
Fix angular velocity flag to improve device pose tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
howardhuanghtc committed Mar 3, 2023
1 parent d35e2b8 commit b6a87a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/jni/WaveCloudXRApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ bool WaveCloudXRApp::InitDeviceDesc() {

mDeviceDesc.ctrlType = cxrControllerType_OculusTouch;
mDeviceDesc.disablePosePrediction = false;
mDeviceDesc.angularVelocityInDeviceSpace = false;
mDeviceDesc.angularVelocityInDeviceSpace = true;
mDeviceDesc.foveatedScaleFactor = (mOptions.mFoveation < 100) ? mOptions.mFoveation : 0;

// Frustum
Expand Down

0 comments on commit b6a87a7

Please sign in to comment.