mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 16:26:17 +02:00
more aggressive out of view data culling
This commit is contained in:
parent
dde9640c66
commit
f61e16fccf
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ void AvatarMixerSlave::broadcastAvatarData(const SharedNodePointer& node) {
|
|||
_stats.overBudgetAvatars++;
|
||||
detail = AvatarData::NoData;
|
||||
} else if (!isInView && !getsOutOfView) {
|
||||
detail = AvatarData::MinimumData;
|
||||
detail = AvatarData::NoData;
|
||||
nodeData->incrementAvatarOutOfView();
|
||||
} else {
|
||||
detail = distribution(generator) < AVATAR_SEND_FULL_UPDATE_RATIO
|
||||
|
|
Loading…
Reference in a new issue