Added edge scaling controls

This commit is contained in:
LarsBrubaker 2021-04-11 09:24:03 -07:00
parent adfe1cfd9b
commit a293c80c5d
6 changed files with 647 additions and 4 deletions

View file

@ -237,8 +237,8 @@ namespace MatterHackers.Plugins.EditorTools
{
hadClickOnControl = true;
yValueDisplayInfo.Visible = true;
xValueDisplayInfo.Visible = true;
yValueDisplayInfo.Visible = true;
hitPlane = new PlaneShape(Vector3.UnitZ, mouseEvent3D.info.HitPosition.Z, null);
originalPointToMove = GetCornerPosition(selectedItem, quadrantIndex);