Skip to content

Commit

Permalink
set poseTimeOffset to 0.005
Browse files Browse the repository at this point in the history
  • Loading branch information
mai authored and mai committed Jul 30, 2019
1 parent 4335f69 commit 9a93b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alvr_server/OpenVRController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ bool OpenVRController::ReportControllerState(int controllerIndex, const Tracking
mPose.vecAngularAcceleration[1] = info.controller[controllerIndex].angularAcceleration.y;
mPose.vecAngularAcceleration[2] = info.controller[controllerIndex].angularAcceleration.z;

mPose.poseTimeOffset = 0;
mPose.poseTimeOffset = 0.005;

vr::VRServerDriverHost()->TrackedDevicePoseUpdated(mObjectId, mPose, sizeof(vr::DriverPose_t));

Expand Down

0 comments on commit 9a93b31

Please sign in to comment.