aboutsummaryrefslogtreecommitdiff
path: root/opengl/abstractions/3dp_fixedsizewindowcontext.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-15 07:26:47 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-15 07:26:47 +0000
commit37b6643df2df7d784a31ca73f7bb90dc109c2401 (patch)
treea8664e5adcfcb60cae136063d627549ecb76619b /opengl/abstractions/3dp_fixedsizewindowcontext.pd
parentc50ce0e0217ea07e2d450add2ab29cecea66fa96 (diff)
removing PDP source (except debian files) before import of PDP 0.12.4
svn path=/trunk/externals/pdp/; revision=4217
Diffstat (limited to 'opengl/abstractions/3dp_fixedsizewindowcontext.pd')
-rw-r--r--opengl/abstractions/3dp_fixedsizewindowcontext.pd31
1 files changed, 0 insertions, 31 deletions
diff --git a/opengl/abstractions/3dp_fixedsizewindowcontext.pd b/opengl/abstractions/3dp_fixedsizewindowcontext.pd
deleted file mode 100644
index 5dd5180..0000000
--- a/opengl/abstractions/3dp_fixedsizewindowcontext.pd
+++ /dev/null
@@ -1,31 +0,0 @@
-#N canvas 634 346 592 397 10;
-#X obj 27 64 inlet;
-#X obj 27 105 3dp_windowcontext;
-#X obj 27 138 3dp_subcontext \$1 \$2;
-#X obj 220 211 outlet;
-#X obj 370 211 outlet;
-#X text 350 236 event outlet;
-#X obj 162 267 3dp_snap;
-#X obj 27 318 3dp_display_texture;
-#X text 150 23 a fixed size (window size independent) rendering context
-that can be used as 3dp_windowcontext replacement.;
-#X text 151 56 creation arguments are the context dimensions.;
-#X text 175 87 NOTE: the general subcontext rule applies: if the actual
-window size is small than the subcontext \, or is covered by other
-windows \, the results might not be what you expect.;
-#X text 176 236 context outlet (1);
-#X text 241 266 <- when the render chain connected to (1) is done;
-#X text 261 281 it will be snapped to texture;
-#X text 241 316 <- this texture will then be drawn to cover;
-#X text 263 332 the entire window size;
-#X obj 162 177 pdp_t p p;
-#X obj 184 300 inlet;
-#X connect 0 0 1 0;
-#X connect 1 0 2 0;
-#X connect 1 1 4 0;
-#X connect 2 0 7 0;
-#X connect 2 1 16 0;
-#X connect 6 1 7 1;
-#X connect 16 0 6 0;
-#X connect 16 1 3 0;
-#X connect 17 0 7 2;