summaryrefslogtreecommitdiffabout
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--delta.jscad1
1 files changed, 1 insertions, 0 deletions
diff --git a/delta.jscad b/delta.jscad
index c134c29..9883003 100644
--- a/delta.jscad
+++ b/delta.jscad
@@ -546,12 +546,13 @@ var E2020 = {
}));
rv.properties.P = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]);
return rv;
}
};
+var THREEWINDS = [0,120,240];
function refaxes(o) {
if(!o) o = {};
var l = o.l||20, g = o.g||0.7;
return union([
CSG.cylinder({start:[0,0,0],end:[l,0,0]}).setColor([1,0,0,g]),