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

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