Working on a new bvh builder

adding some timing feedback
refactoring
improving timing output options
This commit is contained in:
Lars Brubaker 2022-07-05 15:37:30 -07:00
parent c9dee4f627
commit dbf2565bb4
6 changed files with 122 additions and 161 deletions

View file

@ -131,7 +131,7 @@ namespace MatterHackers.MatterControl.DesignTools
}
}
public static ITraceable CreateTraceData(FaceList faceList, List<Vector3Float> vertexList, BvhCreationOptions bvhCreationOptions = BvhCreationOptions.FavorFastTracing)
public static ITraceable CreateTraceData(FaceList faceList, List<Vector3Float> vertexList, BvhCreationOptions bvhCreationOptions = BvhCreationOptions.LegacySlowConstructionFastTracing)
{
var allPolys = new List<ITraceable>();