summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfenn <fennetic.net>2009-08-27 14:44:50 -0500
committerfenn <fennetic.net>2009-08-27 14:44:50 -0500
commitc3a9dc0050fef12694048fb8c7582d190cf628f7 (patch)
treedc993ba718b33aedaa4c332a35236745eaa0d5e4
parent165742e134604ece2bfaea78eac02204881c1de9 (diff)
downloadlego-c3a9dc0050fef12694048fb8c7582d190cf628f7.tar.gz
lego-c3a9dc0050fef12694048fb8c7582d190cf628f7.zip
flip pin interface around to correctly represent insertion vector
-rw-r--r--data.yaml38
1 files changed, 19 insertions, 19 deletions
diff --git a/data.yaml b/data.yaml
index a169d92..b54b85a 100644
--- a/data.yaml
+++ b/data.yaml
@@ -218,21 +218,6 @@ parts:
x_vec: [1.0, 0.0, 0.0]
y_vec: [0.0, 0.0, -1.0]
- !lego_feature
- point: [8.0, 5.5, 0.0]
- type: pin hole
- x_vec: [1.0, 0.0, 0.0]
- y_vec: [0.0, -1.0, -0.0]
- - !lego_feature
- point: [16.0, 5.5, 0.0]
- type: pin hole
- x_vec: [1.0, 0.0, 0.0]
- y_vec: [0.0, -1.0, -0.0]
- - !lego_feature
- point: [24.0, 5.5, 0.0]
- type: pin hole
- x_vec: [1.0, 0.0, 0.0]
- y_vec: [0.0, -1.0, -0.0]
- - !lego_feature
point: [8.0, 5.5, -8.0]
type: pin hole
x_vec: [1.0, -0.0, 0.0]
@@ -247,7 +232,22 @@ parts:
type: pin hole
x_vec: [1.0, -0.0, 0.0]
y_vec: [0.0, 1.0, 0.0]
-
+ - !lego_feature
+ point: [8.0, 5.5, -0.0]
+ type: pin hole
+ x_vec: [1.0, 0.0, -0.0]
+ y_vec: [0.0, -1.0, 0.0]
+ - !lego_feature
+ point: [16.0, 5.5, -0.0]
+ type: pin hole
+ x_vec: [1.0, 0.0, -0.0]
+ y_vec: [0.0, -1.0, 0.0]
+ - !lego_feature
+ point: [24.0, 5.5, -0.0]
+ type: pin hole
+ x_vec: [1.0, 0.0, -0.0]
+ y_vec: [0.0, -1.0, 0.0]
+
- !lego
name: technic pin
description: i think the cad model scale might be off a bit
@@ -260,10 +260,10 @@ parts:
point: [0.0, 0.0, 0.0]
type: pin
x_vec: [1.0, 0.0, 0.0]
- y_vec: [0.0, -1.0, 0.0]
+ y_vec: [0.0, 1.0, 0.0]
- !lego_feature
point: [0.0, 0.0, -16.0]
type: pin
x_vec: [1.0, 0.0, 0.0]
- y_vec: [0.0, 1.0, 0.0]
-
+ y_vec: [0.0, -1.0, 0.0]
+