improved diameter control

This commit is contained in:
LarsBrubaker 2021-05-02 22:12:57 -07:00
parent 482d10746c
commit b27abe5cdf
4 changed files with 93 additions and 26 deletions

View file

@ -116,8 +116,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
if (hitPlane != null)
{
world.RenderPlane(hitPlane.Plane, Color.Red, true, 50, 3);
world.RenderPlane(mouseDownWorldPosition, hitPlane.Plane.Normal, Color.Red, true, 50, 3);
//world.RenderPlane(hitPlane.Plane, Color.Red, true, 50, 3);
//world.RenderPlane(mouseDownWorldPosition, hitPlane.Plane.Normal, Color.Red, true, 50, 3);
}
}