Skip to content

Commit 05a2632

Browse files
committed
remove dead code
1 parent 2b0ed45 commit 05a2632

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • src/main/java/eu/mihosoft/vrl/v3d

src/main/java/eu/mihosoft/vrl/v3d/CSG.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,9 +2021,6 @@ private void setData(CSG csg) {
20212021
triangles = csg.getTriangles().clone();
20222022
}
20232023

2024-
private void performTriangulation() {
2025-
// triangulation is performed when loading
2026-
}
20272024

20282025
private int runGPUMakeManifold(int iteration, long np, int longLength, long numPoly, ArrayList<Polygon> polygons) {
20292026
if (iteration < 0 || np <= 0 || longLength <= 0 || numPoly <= 0)

0 commit comments

Comments
 (0)