Adding new twist object 3d

This commit is contained in:
LarsBrubaker 2019-05-09 08:38:13 -07:00 committed by Lars Brubaker
parent 14e805a997
commit a9577e9a35
7 changed files with 215 additions and 34 deletions

View file

@ -191,9 +191,11 @@ namespace MatterHackers.MeshVisualizer
{
firstEnd = end;
}
lastEnd = end;
first = false;
}
world.Render3DLineNoPrep(frustum, firstEnd, lastEnd, color, 1);
GL.Enable(EnableCap.Lighting);