aboutsummaryrefslogtreecommitdiff
path: root/editor/curve2.pd
diff options
context:
space:
mode:
authorFrank Barknecht <fbar@users.sourceforge.net>2005-06-20 19:12:21 +0000
committerFrank Barknecht <fbar@users.sourceforge.net>2005-06-20 19:12:21 +0000
commit18b30b5239b915dab8d2d03638741be1cdd858a9 (patch)
tree066ef7abb16b41b2dbf16e322c29ef833660556e /editor/curve2.pd
parentbe5376b35f5baa2604869a5f548009278f20ca79 (diff)
Added obj-importer and lots of other stuff.
svn path=/trunk/externals/nusmuk/; revision=3226
Diffstat (limited to 'editor/curve2.pd')
-rw-r--r--editor/curve2.pd18
1 files changed, 18 insertions, 0 deletions
diff --git a/editor/curve2.pd b/editor/curve2.pd
new file mode 100644
index 0000000..0d7da1b
--- /dev/null
+++ b/editor/curve2.pd
@@ -0,0 +1,18 @@
+#N canvas 409 354 379 280 10;
+#X obj 31 123 GEMglBegin;
+#X obj 86 100 GLdefine GL_LINE_STRIP;
+#X obj 31 13 inlet;
+#X obj 86 77 loadbang;
+#X obj 159 13 inlet;
+#X obj 221 12 inlet;
+#X obj 31 200 GEMglEnd;
+#X obj 31 151 GEMglVertex3fv;
+#X obj 31 175 GEMglVertex3fv;
+#X connect 0 0 7 0;
+#X connect 1 0 0 1;
+#X connect 2 0 0 0;
+#X connect 3 0 1 0;
+#X connect 4 0 7 1;
+#X connect 5 0 8 1;
+#X connect 7 0 8 0;
+#X connect 8 0 6 0;