oops. don't turn of trace generation.
This commit is contained in:
parent
bffbb89752
commit
e7249ab18a
1 changed files with 2 additions and 0 deletions
|
|
@ -295,7 +295,9 @@ namespace MatterHackers.MatterControl
|
|||
#if false // this is to do some timing on creating tracking info
|
||||
Stopwatch stopWatch = new Stopwatch();
|
||||
stopWatch.Start();
|
||||
#endif
|
||||
perMeshGroupInfo[meshGroupIndex].meshTraceableData.Add(BoundingVolumeHierarchy.CreateNewHierachy(allPolys));
|
||||
#if false
|
||||
stopWatch.Stop();
|
||||
using (StreamWriter outputStream = File.AppendText("output.txt"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue