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