mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 07:39:44 +02:00
Move to 'european' comfort distance for chat circle
This commit is contained in:
parent
f9992dd704
commit
c324933b8a
1 changed files with 1 additions and 1 deletions
|
@ -1127,7 +1127,7 @@ void MyAvatar::updateChatCircle(float deltaTime) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove members whose accumulated circles are too far away to influence us
|
// remove members whose accumulated circles are too far away to influence us
|
||||||
const float CIRCUMFERENCE_PER_MEMBER = 2.0f;
|
const float CIRCUMFERENCE_PER_MEMBER = 1.0f;
|
||||||
const float CIRCLE_INFLUENCE_SCALE = 1.1f;
|
const float CIRCLE_INFLUENCE_SCALE = 1.1f;
|
||||||
for (int i = sortedAvatars.size() - 1; i >= 0; i--) {
|
for (int i = sortedAvatars.size() - 1; i >= 0; i--) {
|
||||||
float radius = (CIRCUMFERENCE_PER_MEMBER * (i + 2)) / PI_TIMES_TWO;
|
float radius = (CIRCUMFERENCE_PER_MEMBER * (i + 2)) / PI_TIMES_TWO;
|
||||||
|
|
Loading…
Reference in a new issue