mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:47:11 +02:00
Avatar mixer gets the updated position
This commit is contained in:
parent
eb383b1d09
commit
62e4b3fead
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ public:
|
||||||
QJsonObject toJson() const;
|
QJsonObject toJson() const;
|
||||||
void fromJson(const QJsonObject& json, bool useFrameSkeleton = true);
|
void fromJson(const QJsonObject& json, bool useFrameSkeleton = true);
|
||||||
|
|
||||||
glm::vec3 getClientGlobalPosition() const { return _globalPosition; }
|
glm::vec3 getClientGlobalPosition() const { return _serverPosition; }
|
||||||
AABox getGlobalBoundingBox() const { return AABox(_globalPosition + _globalBoundingBoxOffset - _globalBoundingBoxDimensions, _globalBoundingBoxDimensions); }
|
AABox getGlobalBoundingBox() const { return AABox(_globalPosition + _globalBoundingBoxOffset - _globalBoundingBoxDimensions, _globalBoundingBoxDimensions); }
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
|
|
Loading…
Reference in a new issue