mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-16 21:14:20 +02:00
bugfix
This commit is contained in:
@@ -1130,7 +1130,7 @@ function rotate_sweep(
|
|||||||
) :
|
) :
|
||||||
let(
|
let(
|
||||||
region = !is_path(shape) || closed ? region
|
region = !is_path(shape) || closed ? region
|
||||||
: [deduplicate([[0,shape[0].y], each regionshape, [0,last(shape).y]])],
|
: [deduplicate([[0,shape[0].y], each shape, [0,last(shape).y]])],
|
||||||
steps = ceil(segs(max_x) * angle / 360) + (angle<360? 1 : 0),
|
steps = ceil(segs(max_x) * angle / 360) + (angle<360? 1 : 0),
|
||||||
skmat = down(min_y) * skew(sxz=shift.x/h, syz=shift.y/h) * up(min_y),
|
skmat = down(min_y) * skew(sxz=shift.x/h, syz=shift.y/h) * up(min_y),
|
||||||
transforms = [
|
transforms = [
|
||||||
|
Reference in New Issue
Block a user