mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:37:17 +02:00
remove extra debug
This commit is contained in:
parent
201117c343
commit
db25ae8865
1 changed files with 0 additions and 2 deletions
|
@ -1189,8 +1189,6 @@ void MyAvatar::goToLocationFromResponse(const QJsonObject& jsonObject) {
|
||||||
|
|
||||||
NodeList::getInstance()->getDomainInfo().setHostname(domainHostnameString);
|
NodeList::getInstance()->getDomainInfo().setHostname(domainHostnameString);
|
||||||
|
|
||||||
qDebug() << orientationItems[0] << orientationItems[1] << orientationItems[2];
|
|
||||||
|
|
||||||
// orient the user to face the target
|
// orient the user to face the target
|
||||||
glm::quat newOrientation = glm::quat(glm::radians(glm::vec3(orientationItems[0].toFloat(),
|
glm::quat newOrientation = glm::quat(glm::radians(glm::vec3(orientationItems[0].toFloat(),
|
||||||
orientationItems[1].toFloat(),
|
orientationItems[1].toFloat(),
|
||||||
|
|
Loading…
Reference in a new issue