mirror of
https://github.com/overte-org/overte.git
synced 2025-04-24 05:53:29 +02:00
Merge branch 'master' of https://github.com/worklist/hifi
This commit is contained in:
commit
ee0774ec4d
1 changed files with 0 additions and 2 deletions
|
@ -1189,8 +1189,6 @@ void MyAvatar::goToLocationFromResponse(const QJsonObject& jsonObject) {
|
|||
|
||||
NodeList::getInstance()->getDomainInfo().setHostname(domainHostnameString);
|
||||
|
||||
qDebug() << orientationItems[0] << orientationItems[1] << orientationItems[2];
|
||||
|
||||
// orient the user to face the target
|
||||
glm::quat newOrientation = glm::quat(glm::radians(glm::vec3(orientationItems[0].toFloat(),
|
||||
orientationItems[1].toFloat(),
|
||||
|
|
Loading…
Reference in a new issue