!1065 修复:干涉问题

pull/1065/MERGE
ZoeLeeFZ 4 years ago committed by ChenX
parent e7d4975162
commit 1a9f44aa23

@ -134,7 +134,7 @@ export class Interfere implements Command
for (let [k, pts] of ptsMap)
{
let box = new Box3Ext().setFromPoints(pts);
if (box.isSolid())
if (box.isSolid(1e-3))
{
hasSolid = true;
break;

Loading…
Cancel
Save