mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
reduce complexity
This commit is contained in:
@@ -38,7 +38,7 @@ module one_segment() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// hair
|
// hair
|
||||||
for(i = [0:5]) {
|
for(i = [0:2]) {
|
||||||
rotate([15 -15 * i, 0, 0])
|
rotate([15 -15 * i, 0, 0])
|
||||||
translate([0, 3, -4])
|
translate([0, 3, -4])
|
||||||
rotate([45, 0, 0])
|
rotate([45, 0, 0])
|
||||||
@@ -48,8 +48,6 @@ module one_segment() {
|
|||||||
circle(3, $fn = 3);
|
circle(3, $fn = 3);
|
||||||
}
|
}
|
||||||
|
|
||||||
scale([1, 1, 1.1]) sphere(5);
|
|
||||||
|
|
||||||
// belly
|
// belly
|
||||||
translate([0, -3, 1])
|
translate([0, -3, 1])
|
||||||
rotate([-10, 0, 0])
|
rotate([-10, 0, 0])
|
||||||
|
Reference in New Issue
Block a user