1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

degree now start from x-axis

This commit is contained in:
Justin Lin
2019-06-01 15:52:10 +08:00
parent 1401a00876
commit 53f9583cf3

View File

@@ -43,7 +43,7 @@ module bend(size, angle, frags = 24) {
}
}
for(i = [0 : frags - 1]) {
rotate(90) for(i = [0 : frags - 1]) {
rotate(i * frag_angle + half_frag_angle)
get_frag(i)
children();