Making it possible to select dual contouring for CSG

This commit is contained in:
LarsBrubaker 2021-07-14 07:16:44 -07:00
parent bc232506af
commit e685fa12a2
11 changed files with 170 additions and 79 deletions

View file

@ -123,7 +123,9 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
first.Mesh,
first.WorldMatrix(),
BooleanProcessing.CsgModes.Intersect,
BooleanProcessing.ProcessingModes.Exact,
BooleanProcessing.ProcessingModes.Polygons,
BooleanProcessing.ProcessingResolution._64,
BooleanProcessing.ProcessingResolution._64,
reporter,
amountPerOperation,
percentCompleted,