aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/pd_help/@perspective.pd
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2008-04-28 18:10:15 +0000
committerN.N. <matju@users.sourceforge.net>2008-04-28 18:10:15 +0000
commit91c0003b158e5f0ed9d0677fb136ae8bb6f86ec5 (patch)
treed413a48086819f6a2620cd27d030861d122d4f3f /externals/gridflow/pd_help/@perspective.pd
parent98dfdfa2fc1c92ba69e33fd77ed3392034297c1f (diff)
this is an old gridflow, and there's already a svn repository at http://gridflow.ca/svn/trunk
svn path=/trunk/; revision=9739
Diffstat (limited to 'externals/gridflow/pd_help/@perspective.pd')
-rw-r--r--externals/gridflow/pd_help/@perspective.pd29
1 files changed, 0 insertions, 29 deletions
diff --git a/externals/gridflow/pd_help/@perspective.pd b/externals/gridflow/pd_help/@perspective.pd
deleted file mode 100644
index db145d54..00000000
--- a/externals/gridflow/pd_help/@perspective.pd
+++ /dev/null
@@ -1,29 +0,0 @@
-#N canvas 280 56 664 282 10;
-#X text 403 215 see also:;
-#X obj 477 214 @redim;
-#X obj 259 173 @perspective;
-#X obj 20 147 @three;
-#X obj 530 214 @ravel;
-#X obj 20 125 random 10;
-#X obj 87 125 random 10;
-#X obj 155 125 random 10;
-#X obj 20 86 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
--1;
-#X text 587 12 gridflow;
-#X text 14 15 @perspective;
-#X obj 20 210 @print;
-#X obj 259 210 @print;
-#X text 143 15 transforms a dim[a... \, b] grid into a dim[a... \,
-b-1] grid. there is a projection plane perpendicular to the last axis
-and whose position is given by the creation argument. each vector's
-length is adjusted so that it lies onto that plane. then the last dimension
-of each vector is dropped;
-#X connect 2 0 12 0;
-#X connect 3 0 2 0;
-#X connect 3 0 11 0;
-#X connect 5 0 3 0;
-#X connect 6 0 3 1;
-#X connect 7 0 3 2;
-#X connect 8 0 5 0;
-#X connect 8 0 6 0;
-#X connect 8 0 7 0;