取消排钻挖孔.

This commit is contained in:
ChenX
2018-05-31 15:57:24 +08:00
parent ffd1404d12
commit f72bb04ff5
4 changed files with 6 additions and 6 deletions

4
dist/createBoard.js vendored
View File

@@ -131,8 +131,8 @@ function createBoard(boardData) {
geo.translate(dri.x, dri.y, dri.h * 0.5 - boardData["H"]);
geo.applyMatrix(boardMat);
edges.push(createEdge(geo));
let subCsg = new ThreeCSG_1.ThreeBSP(geo);
thisCsg = thisCsg.subtract(subCsg);
// let subCsg = new ThreeBSP(geo);
// thisCsg = thisCsg.subtract(subCsg);
}
}
ext = thisCsg.toGeometry();

File diff suppressed because one or more lines are too long