mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-07 07:16:36 +02:00
sphere
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user