Finishing up warning messages for conductive probing

Added support for conductive probing to emulator
spend up rendering a bit (check less bounds)
Refactoring trackball a bit
This commit is contained in:
Lars Brubaker 2022-05-19 13:34:04 -07:00
parent c8ba76182c
commit 338bc0c3dd
8 changed files with 65 additions and 15 deletions

View file

@ -227,11 +227,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
base.OnDraw(graphics2D);
}
public void OnBeforeDraw3D()
{
RecalculateProjection();
}
public void OnDraw3D()
{
if (hitPlane != null)