aboutsummaryrefslogtreecommitdiff
path: root/msd2D/editor/structures.pd
diff options
context:
space:
mode:
authorFrank Barknecht <fbar@users.sourceforge.net>2005-04-29 19:28:36 +0000
committerFrank Barknecht <fbar@users.sourceforge.net>2005-04-29 19:28:36 +0000
commit4246735fbfbf7a9ef9cc25386381a215054ae8b4 (patch)
tree8155b0363ff3d74055b43168fa61eae906acae33 /msd2D/editor/structures.pd
parent1d77ab8203fa300ba6c0e1ff4c846b4008602b8c (diff)
* Initial import of the msd2d-editor.
* Changes compared to previous version available on footils.org: * Link creation now done by selectind two or more masses, then the link-bang will connect each two masses with a link. svn path=/trunk/externals/nusmuk/; revision=2856
Diffstat (limited to 'msd2D/editor/structures.pd')
-rw-r--r--msd2D/editor/structures.pd27
1 files changed, 27 insertions, 0 deletions
diff --git a/msd2D/editor/structures.pd b/msd2D/editor/structures.pd
new file mode 100644
index 0000000..434a0ee
--- /dev/null
+++ b/msd2D/editor/structures.pd
@@ -0,0 +1,27 @@
+#N canvas 752 10 450 300 10;
+#N canvas 389 332 664 321 mass 0;
+#X obj 62 182 drawnumber mid 0 -18 0 m;
+#X obj 64 72 struct mass float x float y float mid float mob;
+#X obj 61 136 filledpolygon mob mob 1 -5 0 -4 4 0 5 4 4 5 0 4 -4 0
+-5 -4 -4;
+#X restore 132 125 pd mass;
+#N canvas 73 302 487 201 liaison 0;
+#X obj 19 25 struct liaison float x1 float y1 float x2 float y2 float
+mid1 float mid2 float lid;
+#X obj 23 73 drawpolygon 444 2 x1 y1 x2 y2;
+#X restore 132 169 pd liaison;
+#N canvas 0 0 450 300 model 0;
+#X obj 50 102 plot m 0 0 0 0;
+#X obj 51 135 plot l 0 0 0 0;
+#X obj 45 72 struct model float x1 array m mass array l liaison;
+#X restore 132 147 pd model;
+#N canvas 389 332 664 321 fixmass 0;
+#X obj 64 72 struct fixmass float x float y float mid;
+#X obj 61 136 filledpolygon 900 900 1 -5 0 -4 4 0 5 4 4 5 0 4 -4 0
+-5 -4 -4;
+#X obj 51 203 drawnumber mid 0 -18 900 m;
+#X restore 132 191 pd fixmass;
+#N canvas 0 0 450 300 fixed 0;
+#X obj 50 97 plot f 0 0 0 0;
+#X obj 49 56 struct fixed float x float y array f fixmass;
+#X restore 132 213 pd fixed;