mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-19 13:01:37 +02:00
refine feet
This commit is contained in:
@@ -50,14 +50,16 @@ module torus_knot_dragon_and_pearl() {
|
|||||||
scale([0.055, 0.055, 0.065])
|
scale([0.055, 0.055, 0.065])
|
||||||
tail();
|
tail();
|
||||||
|
|
||||||
|
// pearl
|
||||||
polyhedron_hull(fibonacci_lattice(66, .5));
|
polyhedron_hull(fibonacci_lattice(66, .5));
|
||||||
|
|
||||||
translate([.125, -.95, .25])
|
// feet
|
||||||
rotate([5, -9, 25])
|
translate([.10, -1, .25])
|
||||||
|
rotate([7, -7.5, 26])
|
||||||
scale(0.0475)
|
scale(0.0475)
|
||||||
foot();
|
foot();
|
||||||
|
|
||||||
translate([.5, -1.85, .6])
|
translate([.4, -1.75, .6])
|
||||||
rotate([30, -60, -45])
|
rotate([30, -60, -45])
|
||||||
mirror([0, 1, 0])
|
mirror([0, 1, 0])
|
||||||
scale(0.0475)
|
scale(0.0475)
|
||||||
|
Reference in New Issue
Block a user