mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Revert "Disable edit.js rotation text overlay temporarily"
This reverts commit b9ecff02f9
.
This commit is contained in:
parent
8a1f446f05
commit
1ccd72d01e
1 changed files with 3 additions and 6 deletions
|
@ -1992,9 +1992,8 @@ SelectionDisplay = (function () {
|
|||
innerRadius: 0.9,
|
||||
});
|
||||
|
||||
// TODO: re-enable when text overlays are fixed
|
||||
Overlays.editOverlay(rotationDegreesDisplay, {
|
||||
visible: false,
|
||||
visible: true,
|
||||
});
|
||||
|
||||
updateRotationDegreesOverlay(0, yawHandleRotation, yawCenter);
|
||||
|
@ -2122,9 +2121,8 @@ SelectionDisplay = (function () {
|
|||
innerRadius: 0.9,
|
||||
});
|
||||
|
||||
// TODO: re-enable when text overlays are fixed
|
||||
Overlays.editOverlay(rotationDegreesDisplay, {
|
||||
visible: false,
|
||||
visible: true,
|
||||
});
|
||||
|
||||
updateRotationDegreesOverlay(0, pitchHandleRotation, pitchCenter);
|
||||
|
@ -2244,9 +2242,8 @@ SelectionDisplay = (function () {
|
|||
innerRadius: 0.9,
|
||||
});
|
||||
|
||||
// TODO: re-enable when text overlays are fixed
|
||||
Overlays.editOverlay(rotationDegreesDisplay, {
|
||||
visible: false,
|
||||
visible: true,
|
||||
});
|
||||
|
||||
updateRotationDegreesOverlay(0, rollHandleRotation, rollCenter);
|
||||
|
|
Loading…
Reference in a new issue