We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff7d646 commit 0087936Copy full SHA for 0087936
1 file changed
src/main/java/eu/mihosoft/vrl/v3d/ext/imagej/STLLoader.java
@@ -49,9 +49,9 @@ public STLLoader() {
49
* Signals that an I/O exception has occurred.
50
*/
51
public ArrayList<Polygon> parse(File f) throws IOException {
52
- if (CSG.getDefaultOptionType() == OptType.Manifold3d) {
53
- new RuntimeException("Manifold3d STL import not implemented yet").printStackTrace();
54
- }
+// if (CSG.getDefaultOptionType() == OptType.Manifold3d) {
+// new RuntimeException("Manifold3d STL import not implemented yet").printStackTrace();
+// }
55
ArrayList<Polygon> polygons = new ArrayList<>();
56
57
// determine if this is a binary or ASCII STL
0 commit comments