mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-11 09:06:59 +02:00
Fix highlights not moving when entities being moved by other hand
This commit is contained in:
parent
998d27d66d
commit
5da8fe19de
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
Vec3.multiplyVbyV(Vec3.subtract(Vec3.HALF, details.registrationPoint), details.dimensions));
|
||||
|
||||
Overlays.editOverlay(entityOverlays[index], {
|
||||
parentID: details.id,
|
||||
position: Vec3.sum(details.position, offset),
|
||||
registrationPoint: details.registrationPoint,
|
||||
rotation: details.rotation,
|
||||
|
|
Loading…
Reference in a new issue