1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-06 14:56:47 +02:00
This commit is contained in:
Justin Lin
2019-09-26 08:21:55 +08:00
parent 81cb948a53
commit ddbed585b0

View File

@@ -30,7 +30,7 @@ module voronoi3d(points, space_size = "auto", spacing = 1) {
ryz = __angy_angz(p, pt);
translate((pt + p) / 2 - normalize(v) * offset_leng)
rotate([0, -ryz[0], ryz[1]])
rotate([0, -ryz[0], ryz[1]])
cube([space_size, space_size * 2, space_size * 2], center = true);
}
}