improved diameter control
This commit is contained in:
parent
482d10746c
commit
b27abe5cdf
4 changed files with 93 additions and 26 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue