mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Adjust controller offset from 6 inches to 3 inches
When using the vive controller the position of your wrist should match your actual wrist a bit better, unless your name is Shaquille O'Neal.
This commit is contained in:
parent
ec86394556
commit
3c64db5c86
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 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";
|
||||
|
|
Loading…
Reference in a new issue