updated enum
This commit is contained in:
parent
3307e204ee
commit
d098ff83b8
2 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
}
|
||||
}
|
||||
|
||||
public static ITraceable CreateTraceData(FaceList faceList, List<Vector3Float> vertexList, BvhCreationOptions bvhCreationOptions = BvhCreationOptions.LegacySlowConstructionFastTracing)
|
||||
public static ITraceable CreateTraceData(FaceList faceList, List<Vector3Float> vertexList, BvhCreationOptions bvhCreationOptions = BvhCreationOptions.BottomUpClustering)
|
||||
{
|
||||
var allPolys = new List<ITraceable>();
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 32f66080ec934759c1dd7050e620652dfda347e7
|
||||
Subproject commit 7db8dbacdf8d4db1e1eb8afc0ec2598f5c8088c8
|
||||
Loading…
Add table
Add a link
Reference in a new issue