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