mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
Changed calibration time from 2 to 1 sec
This commit is contained in:
parent
e0dd047263
commit
e3cd85bd22
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ void releaseOpenVrSystem();
|
|||
|
||||
|
||||
static const char* CONTROLLER_MODEL_STRING = "vr_controller_05_wireless_b";
|
||||
const quint64 CALIBRATION_TIMELAPSE = 2 * USECS_PER_SECOND;
|
||||
const quint64 CALIBRATION_TIMELAPSE = 1 * USECS_PER_SECOND;
|
||||
|
||||
static const char* MENU_PARENT = "Avatar";
|
||||
static const char* MENU_NAME = "Vive Controllers";
|
||||
|
|
Loading…
Reference in a new issue