mirror of
https://github.com/overte-org/overte.git
synced 2025-06-15 14:39:25 +02:00
Comment
This commit is contained in:
parent
9969d422d6
commit
cfb8534d71
1 changed files with 0 additions and 4 deletions
|
@ -250,10 +250,6 @@ QByteArray AvatarData::toByteArray(AvatarDataDetail dataDetail, quint64 lastSent
|
||||||
hasAudioLoudness = sendAll || audioLoudnessChangedSince(lastSentTime);
|
hasAudioLoudness = sendAll || audioLoudnessChangedSince(lastSentTime);
|
||||||
hasSensorToWorldMatrix = sendAll || sensorToWorldMatrixChangedSince(lastSentTime);
|
hasSensorToWorldMatrix = sendAll || sensorToWorldMatrixChangedSince(lastSentTime);
|
||||||
hasAdditionalFlags = sendAll || additionalFlagsChangedSince(lastSentTime);
|
hasAdditionalFlags = sendAll || additionalFlagsChangedSince(lastSentTime);
|
||||||
|
|
||||||
// local position, and parent info only apply to avatars that are parented. The local position
|
|
||||||
// and the parent info can change independently though, so we track their "changed since"
|
|
||||||
// separately
|
|
||||||
hasParentInfo = sendAll || parentInfoChangedSince(lastSentTime);
|
hasParentInfo = sendAll || parentInfoChangedSince(lastSentTime);
|
||||||
hasAvatarLocalPosition = hasParent() && (sendAll ||
|
hasAvatarLocalPosition = hasParent() && (sendAll ||
|
||||||
tranlationChangedSince(lastSentTime) ||
|
tranlationChangedSince(lastSentTime) ||
|
||||||
|
|
Loading…
Reference in a new issue