mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-19 13:01:37 +02:00
use polyline_join
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
use <turtle/lsystem3.scad>;
|
||||
use <util/dedup.scad>;
|
||||
use <hull_polyline3d.scad>;
|
||||
use <polyline_join.scad>;
|
||||
|
||||
for(line = dedup(hilbert_curve())) {
|
||||
hull_polyline3d(
|
||||
[line[0], line[1]],
|
||||
diameter = 0.5,
|
||||
$fn = 4
|
||||
);
|
||||
polyline_join([line[0], line[1]])
|
||||
sphere(.25, $fn = 4);
|
||||
}
|
||||
|
||||
function tree1(n = 4, angle = 22.5, leng = 1, heading = 0, start = [0, 0, 0]) =
|
||||
|
Reference in New Issue
Block a user