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