mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-30 04:58:29 +01:00
Merge branch 'BelfrySCAD:master' into anachronist_dev
This commit is contained in:
commit
cff2598377
@ -1823,8 +1823,16 @@ module mirror_copy(v=[0,0,1], offset=0, cp)
|
||||
children();
|
||||
}
|
||||
} else {
|
||||
translate(off) children();
|
||||
translate(cp) mirror(nv) translate(-cp) translate(off) children();
|
||||
translate(off) {
|
||||
$orig = true;
|
||||
$idx = 0;
|
||||
children();
|
||||
}
|
||||
translate(cp) mirror(nv) translate(-cp) translate(off) {
|
||||
$orig = false;
|
||||
$idx = 1;
|
||||
children();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user