Long overdue path and bezier function and module name cleanups.

This commit is contained in:
Revar Desmera
2019-06-24 00:32:13 -07:00
parent 612306e4b3
commit 2f6671e56d
6 changed files with 35 additions and 147 deletions

View File

@@ -9,7 +9,7 @@ module leaf(s) {
[-1.5,-1], [0,0]
];
xrot(90)
linear_extrude_bezier(
linear_sweep_bezier(
scale_points(path, [s,s]/2),
height=0.02
);