mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 01:16:35 +02:00
Merge pull request #5845 from hyperlogic/tony/vive-controller-offset-fix
Adjust controller offset from 6 inches to 3 inches
This commit is contained in:
commit
d2a468b31d
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const unsigned int GRIP_BUTTON = 1U << 2;
|
||||||
const unsigned int TRACKPAD_BUTTON = 1U << 3;
|
const unsigned int TRACKPAD_BUTTON = 1U << 3;
|
||||||
const unsigned int TRIGGER_BUTTON = 1U << 4;
|
const unsigned int TRIGGER_BUTTON = 1U << 4;
|
||||||
|
|
||||||
const float CONTROLLER_LENGTH_OFFSET = 0.175f;
|
const float CONTROLLER_LENGTH_OFFSET = 0.0762f; // three inches
|
||||||
const QString CONTROLLER_MODEL_STRING = "vr_controller_05_wireless_b";
|
const QString CONTROLLER_MODEL_STRING = "vr_controller_05_wireless_b";
|
||||||
|
|
||||||
const QString ViveControllerManager::NAME = "OpenVR";
|
const QString ViveControllerManager::NAME = "OpenVR";
|
||||||
|
|
Loading…
Reference in a new issue