mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-26 16:04:46 +02:00
scale fin
This commit is contained in:
@@ -19,7 +19,7 @@ module one_segment(body_r, body_fn, one_scale_data) {
|
|||||||
path = bezier_curve(0.1, points);
|
path = bezier_curve(0.1, points);
|
||||||
|
|
||||||
// dorsal fin
|
// dorsal fin
|
||||||
translate([0, 2.5, -2])
|
translate([0, 3, -2])
|
||||||
rotate([-75, 0, 0])
|
rotate([-75, 0, 0])
|
||||||
path_extrude([[0, -.25], [0.6, 0], [0, .75], [-0.6, 0]] * 5, path, scale = .05);
|
path_extrude([[0, -.25], [0.6, 0], [0, .75], [-0.6, 0]] * 5, path, scale = .05);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user