mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 19:23:58 +02:00
made final requested changes
This commit is contained in:
parent
063984f573
commit
5fbcd494be
1 changed files with 2 additions and 2 deletions
|
@ -385,8 +385,8 @@ void ViveControllerManager::InputDevice::emitCalibrationStatus() {
|
|||
QJsonObject status = QJsonObject();
|
||||
status["calibrated"] = _calibrated;
|
||||
status["configuration"] = configToString(_preferedConfig);
|
||||
status["head_puck"] = (_headConfig == HeadConfig::Puck) ? true : false;
|
||||
status["hand_pucks"] = (_handConfig == HandConfig::Pucks) ? true : false;
|
||||
status["head_puck"] = (_headConfig == HeadConfig::Puck);
|
||||
status["hand_pucks"] = (_handConfig == HandConfig::Pucks);
|
||||
status["puckCount"] = (int)_validTrackedObjects.size();
|
||||
status["UI"] = _calibrate;
|
||||
|
||||
|
|
Loading…
Reference in a new issue