diff options
author | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2019-02-07 23:07:46 +0000 |
---|---|---|
committer | Travis CI <zmoelnig@travis-ci.umlaeute.mur.at> | 2019-02-07 23:07:46 +0000 |
commit | aa5a0048ef7a324e85a5704c0e0ea5374b5da3a9 (patch) | |
tree | f0115f7a4482f678ae13ef5a0e692a6c51e09629 /Gem/examples/12.multi_screen_projection | |
parent | 2d8e19d10be55c6c7f99bb306bec3507b353f485 (diff) |
Gem 6ea7a457bfdbafb64c4123cb12882643bcf4109f osx/i386
built 'master:6ea7a457bfdbafb64c4123cb12882643bcf4109f' for osx/i386
Diffstat (limited to 'Gem/examples/12.multi_screen_projection')
-rw-r--r-- | Gem/examples/12.multi_screen_projection/01.flat_projection-help.pd | 2 | ||||
-rw-r--r-- | Gem/examples/12.multi_screen_projection/02.nfp-help.pd | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Gem/examples/12.multi_screen_projection/01.flat_projection-help.pd b/Gem/examples/12.multi_screen_projection/01.flat_projection-help.pd index fbf7189..6d812a7 100644 --- a/Gem/examples/12.multi_screen_projection/01.flat_projection-help.pd +++ b/Gem/examples/12.multi_screen_projection/01.flat_projection-help.pd @@ -1,4 +1,5 @@ #N canvas 365 180 996 500 10; +#X declare -lib Gem; #X obj 39 307 r render; #X obj 39 437 pix_texture; #X obj 110 353 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 @@ -20,6 +21,7 @@ to the computer.; create a single image.; #X text 305 159 geometry screen and geometry computer can be different \, but should define the same number of screen.; +#X obj 878 16 declare -lib Gem; #X connect 0 0 10 0; #X connect 1 0 5 0; #X connect 2 0 3 0; diff --git a/Gem/examples/12.multi_screen_projection/02.nfp-help.pd b/Gem/examples/12.multi_screen_projection/02.nfp-help.pd index 6a8404d..1b71b3a 100644 --- a/Gem/examples/12.multi_screen_projection/02.nfp-help.pd +++ b/Gem/examples/12.multi_screen_projection/02.nfp-help.pd @@ -1,4 +1,5 @@ #N canvas 321 188 996 584 10; +#X declare -lib Gem; #X obj 27 231 gemhead; #X obj 27 298 gemframebuffer; #X obj 27 348 translateXYZ 0 0 -4; @@ -27,6 +28,7 @@ #X obj 703 44 nfp_curved_wall 3; #X text 52 43 load; #X text 104 42 save; +#X obj 842 6 declare -lib Gem; #X connect 0 0 1 0; #X connect 1 0 2 0; #X connect 1 1 16 0; |