Added edge scaling controls
This commit is contained in:
parent
adfe1cfd9b
commit
a293c80c5d
6 changed files with 647 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue