diff options
author | fenn <fennetic.net> | 2009-08-27 14:44:50 -0500 |
---|---|---|
committer | fenn <fennetic.net> | 2009-08-27 14:44:50 -0500 |
commit | c3a9dc0050fef12694048fb8c7582d190cf628f7 (patch) | |
tree | dc993ba718b33aedaa4c332a35236745eaa0d5e4 | |
parent | 165742e134604ece2bfaea78eac02204881c1de9 (diff) | |
download | lego-c3a9dc0050fef12694048fb8c7582d190cf628f7.tar.gz lego-c3a9dc0050fef12694048fb8c7582d190cf628f7.zip |
flip pin interface around to correctly represent insertion vector
-rw-r--r-- | data.yaml | 38 |
1 files changed, 19 insertions, 19 deletions
@@ -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] + |