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:
Brad Hefta-Gaub 2015-09-18 14:26:27 -07:00
commit d2a468b31d

View file

@ -42,7 +42,7 @@ const unsigned int GRIP_BUTTON = 1U << 2;
const unsigned int TRACKPAD_BUTTON = 1U << 3;
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 ViveControllerManager::NAME = "OpenVR";