1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-07 07:16:36 +02:00
This commit is contained in:
Justin Lin
2019-06-02 09:17:43 +08:00
parent 309a2086a3
commit 944d63dc68

View File

@@ -25,7 +25,7 @@ module voronoi3d(points, spacing = 1, space_type = "cube") {
cube(space_size, center = true);
}
else if(space_type == "sphere") {
cube(half_space_size);
sphere(half_space_size);
}
}
}