We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a98ce commit 0f5b0a7Copy full SHA for 0f5b0a7
bindings/java/src/test/java/manifold3d/ManifoldTest.java
@@ -37,7 +37,7 @@ public void testManifold() {
37
MeshGL intersectMesh = intersection.getMesh();
38
MeshGL unionMesh = union.getMesh();
39
ExportOptions opts = new ExportOptions();
40
- opts.faceted(false);
+ opts.faceted(true);
41
42
MeshIO.ExportMesh("CubeMinusSphere.stl", diffMesh, opts);
43
MeshIO.ExportMesh("CubeIntersectSphere.glb", intersectMesh, opts);
0 commit comments