mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 19:13:38 +02:00
make avatars shrink faster
This commit is contained in:
parent
e3ae2baa7b
commit
01d3977bf1
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void AvatarManager::updateOtherAvatars(float deltaTime) {
|
|||
void AvatarManager::simulateAvatarFades(float deltaTime) {
|
||||
QVector<AvatarSharedPointer>::iterator fadingIterator = _avatarFades.begin();
|
||||
|
||||
const float SHRINK_RATE = 0.9f;
|
||||
const float SHRINK_RATE = 0.15f;
|
||||
const float MIN_FADE_SCALE = MIN_AVATAR_SCALE;
|
||||
|
||||
render::ScenePointer scene = qApp->getMain3DScene();
|
||||
|
|
Loading…
Reference in a new issue