refactoring

This commit is contained in:
LarsBrubaker 2020-04-01 20:48:59 -07:00
parent cf6b02c8eb
commit aec26a2292
12 changed files with 356 additions and 226 deletions

View file

@ -110,7 +110,7 @@ namespace MatterHackers.Plugins.EditorTools
minXminYMesh = PlatonicSolids.CreateCube(selectCubeSize, selectCubeSize, selectCubeSize);
CollisionVolume = minXminYMesh.CreateTraceData();
CollisionVolume = minXminYMesh.CreateBVHData();
InteractionContext.GuiSurface.AfterDraw += InteractionLayer_AfterDraw;
}