summaryrefslogtreecommitdiffabout
Unidiff
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 = {
546 })); 546 }));
547 rv.properties.P = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]); 547 rv.properties.P = new CSG.Connector([0,0,0],[0,0,1],[1,0,0]);
548 return rv; 548 return rv;
549 } 549 }
550}; 550};
551 551
552var THREEWINDS = [0,120,240];
552 553
553function refaxes(o) { 554function refaxes(o) {
554 if(!o) o = {}; 555 if(!o) o = {};
555 var l = o.l||20, g = o.g||0.7; 556 var l = o.l||20, g = o.g||0.7;
556 return union([ 557 return union([
557 CSG.cylinder({start:[0,0,0],end:[l,0,0]}).setColor([1,0,0,g]), 558 CSG.cylinder({start:[0,0,0],end:[l,0,0]}).setColor([1,0,0,g]),