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

@ -194,6 +194,12 @@ namespace MatterHackers.Plugins.EditorTools
}
}
if (hitPlane != null)
{
// Object3DControlContext.World.RenderPlane(hitPlane.Plane, Color.Red, true, 50, 3);
// Object3DControlContext.World.RenderPlane(initialHitPosition, hitPlane.Plane.Normal, Color.Red, true, 50, 3);
}
base.Draw(e);
}