refactoring
This commit is contained in:
parent
cf6b02c8eb
commit
aec26a2292
12 changed files with 356 additions and 226 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue