mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-10-02 06:16:45 +02:00
path.scad cleanup (hid/removed several functions)
This commit is contained in:
@@ -346,7 +346,9 @@ module expose_anchors(opacity=0.2) {
|
||||
show("anchor-arrow")
|
||||
children();
|
||||
hide("anchor-arrow")
|
||||
color(is_string($color)? $color : point3d($color), opacity)
|
||||
color(is_undef($color)? [0,0,0] :
|
||||
is_string($color)? $color :
|
||||
point3d($color), opacity)
|
||||
children();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user