1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-09 16:26:47 +02:00
This commit is contained in:
Justin Lin
2019-09-26 08:20:54 +08:00
parent 8a2667b8f1
commit aa6a1a9453

View File

@@ -34,9 +34,7 @@ module starburst(r1, r2, n, height) {
} }
} }
union() { for(i = [0 : n - 1]) {
for(i = [0 : n - 1]) { rotate(2 * a * i) burst();
rotate(2 * a * i) burst(); }
}
}
} }