mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-04 13:57:33 +02:00
update tree
This commit is contained in:
@@ -6,8 +6,8 @@ module tree(t, leng, leng_scale1, leng_scale2, leng_limit,
|
|||||||
if(leng > leng_limit) {
|
if(leng > leng_limit) {
|
||||||
t2 = turtle3d("xu_move", t, leng);
|
t2 = turtle3d("xu_move", t, leng);
|
||||||
|
|
||||||
polyline3d(
|
line3d(
|
||||||
[turtle3d("pt", t), turtle3d("pt", t2)],
|
turtle3d("pt", t), turtle3d("pt", t2),
|
||||||
width);
|
width);
|
||||||
|
|
||||||
tree(
|
tree(
|
||||||
|
Reference in New Issue
Block a user