diff options
author | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-10 11:51:42 +0000 |
---|---|---|
committer | Cyrille Henry <nusmuk@users.sourceforge.net> | 2010-11-10 11:51:42 +0000 |
commit | b55f64ad45b4d390f2f373abe54347739b17f26e (patch) | |
tree | 58f59e1818ed40be56295fe596e8187053b8bfbd /msd/editor/curve2.pd | |
parent | d9b0488b75b27c78083fd2275985d0f0593a465f (diff) |
move editor to msd
svn path=/trunk/externals/nusmuk/; revision=14364
Diffstat (limited to 'msd/editor/curve2.pd')
-rw-r--r-- | msd/editor/curve2.pd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/msd/editor/curve2.pd b/msd/editor/curve2.pd new file mode 100644 index 0000000..0d7da1b --- /dev/null +++ b/msd/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; |