Skip to content

Commit 0f5b0a7

Browse files
Export fix
1 parent c2a98ce commit 0f5b0a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/java/src/test/java/manifold3d/ManifoldTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void testManifold() {
3737
MeshGL intersectMesh = intersection.getMesh();
3838
MeshGL unionMesh = union.getMesh();
3939
ExportOptions opts = new ExportOptions();
40-
opts.faceted(false);
40+
opts.faceted(true);
4141

4242
MeshIO.ExportMesh("CubeMinusSphere.stl", diffMesh, opts);
4343
MeshIO.ExportMesh("CubeIntersectSphere.glb", intersectMesh, opts);

0 commit comments

Comments
 (0)