1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00

update init data

This commit is contained in:
Justin Lin
2019-09-29 14:17:06 +08:00
parent df52a9e52e
commit f03296c672

View File

@@ -32,7 +32,7 @@ angleZ = 60;
angleX = 135; angleX = 135;
width = 2; width = 2;
t = t3d(); t = t3d(point = [0, 0, 0]);
tree(t, leng, leng_scale1, leng_scale2, leng_limit, tree(t, leng, leng_scale1, leng_scale2, leng_limit,
angleZ, angleX, width); angleZ, angleX, width);