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