mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 23:06:43 +02:00
format
This commit is contained in:
@@ -34,9 +34,7 @@ module starburst(r1, r2, n, height) {
|
||||
}
|
||||
}
|
||||
|
||||
union() {
|
||||
for(i = [0 : n - 1]) {
|
||||
rotate(2 * a * i) burst();
|
||||
}
|
||||
}
|
||||
for(i = [0 : n - 1]) {
|
||||
rotate(2 * a * i) burst();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user