mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-12 18:04:13 +02:00
Removed translate_points(), scale_points(), rotate_points2d() and rotate_points3d()
This commit is contained in:
@@ -65,7 +65,7 @@ module orient_cubes() {
|
||||
}
|
||||
|
||||
for (ang = [0:90:270]) {
|
||||
off = rotate_points3d([40*BACK],ang)[0];
|
||||
off = rot(p=40*BACK,ang);
|
||||
translate(off) {
|
||||
orient_cube(ang);
|
||||
}
|
||||
|
@@ -10,7 +10,7 @@ module leaf(s) {
|
||||
];
|
||||
xrot(90)
|
||||
linear_sweep_bezier(
|
||||
scale_points(path, [s,s]/2),
|
||||
path * s/2,
|
||||
height=0.02
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user