1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-31 10:11:53 +02:00

half space

This commit is contained in:
Justin Lin
2019-12-07 17:35:03 +08:00
parent 25d26216e9
commit f370b1105f

View File

@@ -3,7 +3,7 @@ module soccer_polyhedron(circumradius, spacing) {
a = -37.377368;
scale_f = 0.201774;
s = scale_f * spacing * 2;
s = scale_f * spacing / 2;
module pentagonal_pyramid() {
pentagon_r = 1.701302;
@@ -54,6 +54,6 @@ module soccer_polyhedron(circumradius, spacing) {
}
}
soccer_polyhedron(10, 0);
soccer_polyhedron(30, 1);
%sphere(10, $fn = 48);