mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 01:04:07 +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);
|
cube(space_size, center = true);
|
||||||
}
|
}
|
||||||
else if(space_type == "sphere") {
|
else if(space_type == "sphere") {
|
||||||
cube(half_space_size);
|
sphere(half_space_size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user