aboutsummaryrefslogtreecommitdiff
path: root/Gem/examples/09.openGL/04.clearZ.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2019-02-07 23:07:46 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2019-02-07 23:07:46 +0000
commitaa5a0048ef7a324e85a5704c0e0ea5374b5da3a9 (patch)
treef0115f7a4482f678ae13ef5a0e692a6c51e09629 /Gem/examples/09.openGL/04.clearZ.pd
parent2d8e19d10be55c6c7f99bb306bec3507b353f485 (diff)
Gem 6ea7a457bfdbafb64c4123cb12882643bcf4109f osx/i386
built 'master:6ea7a457bfdbafb64c4123cb12882643bcf4109f' for osx/i386
Diffstat (limited to 'Gem/examples/09.openGL/04.clearZ.pd')
-rw-r--r--Gem/examples/09.openGL/04.clearZ.pd4
1 files changed, 3 insertions, 1 deletions
diff --git a/Gem/examples/09.openGL/04.clearZ.pd b/Gem/examples/09.openGL/04.clearZ.pd
index e4947ff..62586f6 100644
--- a/Gem/examples/09.openGL/04.clearZ.pd
+++ b/Gem/examples/09.openGL/04.clearZ.pd
@@ -1,4 +1,5 @@
-#N canvas 0 0 710 401 10;
+#N canvas 6 61 710 401 10;
+#X declare -lib Gem;
#X obj 111 162 loadbang;
#X obj 44 209 GEMglClear;
#X obj 111 186 GLdefine GL_DEPTH_BUFFER_BIT;
@@ -16,6 +17,7 @@
buffer test \, but not quite the same...;
#X text 176 213 <- clear Depth buffer \, so that you can draw anything
even if it is behind something else;
+#X obj 596 9 declare -lib Gem;
#X connect 0 0 2 0;
#X connect 1 0 5 0;
#X connect 2 0 1 1;