Faster trace data
This commit is contained in:
parent
cd1a9c5833
commit
9849a1871a
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ namespace MatterHackers.MatterControl
|
|||
}
|
||||
|
||||
// only allow limited recusion to speed this up building this data
|
||||
IRayTraceable traceData = BoundingVolumeHierarchy.CreateNewHierachy(allPolys, 4);
|
||||
IRayTraceable traceData = BoundingVolumeHierarchy.CreateNewHierachy(allPolys, 0);
|
||||
perMeshGroupInfo[meshGroupIndex].meshTraceableData.Add(traceData);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue