mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 22:28:48 +02:00
remove orientation string debug
This commit is contained in:
parent
05e2bb8022
commit
c7c51c7504
1 changed files with 0 additions and 2 deletions
|
@ -1159,8 +1159,6 @@ void MyAvatar::updateLocationInDataServer() {
|
||||||
QString positionString(createByteArray(_position));
|
QString positionString(createByteArray(_position));
|
||||||
QString orientationString(createByteArray(glm::degrees(safeEulerAngles(getOrientation()))));
|
QString orientationString(createByteArray(glm::degrees(safeEulerAngles(getOrientation()))));
|
||||||
|
|
||||||
qDebug() << orientationString;
|
|
||||||
|
|
||||||
// construct the json to put the user's location
|
// construct the json to put the user's location
|
||||||
QString locationPutJson = QString() + "{\"address\":{\"position\":\""
|
QString locationPutJson = QString() + "{\"address\":{\"position\":\""
|
||||||
+ positionString + "\", \"orientation\":\"" + orientationString + "\"}}";
|
+ positionString + "\", \"orientation\":\"" + orientationString + "\"}}";
|
||||||
|
|
Loading…
Reference in a new issue