mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:08:53 +02:00
Emit scale changed signal when scaled with hand controllers
This commit is contained in:
parent
0306c22394
commit
dda32f1987
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