Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
John Collins committed Mar 10, 2024
1 parent 69b8607 commit ee10f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ManifoldExample {

public static void main(String[] args) {
Manifold sphere = Manifold.Sphere(10.0f, 20);
Manifold cube = Manifold.Cube(new DoubleVec3(15.0f, 15.0f, 15.0f), false);
Manifold cube = Manifold.Cube(new DoubleVec3(15.0, 15.0, 15.0), false);
Manifold cylinder = Manifold.Cylinder(3, 30.0f, 30.0f, 0, false)
.translateX(20).translateY(20).translateZ(-3.0);

Expand Down

0 comments on commit ee10f91

Please sign in to comment.