mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 07:57:30 +02:00
Merge pull request #11831 from misslivirose/feat/scale-emit-hands
Emit avatar scale changed signal when scaled with hand controllers
This commit is contained in:
commit
8f6c781014
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@
|
||||||
|
|
||||||
var newAvatarScale = (scalingCurrentDistance / this.scalingStartDistance) * this.scalingStartAvatarScale;
|
var newAvatarScale = (scalingCurrentDistance / this.scalingStartDistance) * this.scalingStartAvatarScale;
|
||||||
MyAvatar.scale = newAvatarScale;
|
MyAvatar.scale = newAvatarScale;
|
||||||
|
MyAvatar.scaleChanged();
|
||||||
}
|
}
|
||||||
return dispatcherUtils.makeRunningValues(true, [], []);
|
return dispatcherUtils.makeRunningValues(true, [], []);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue