File: 01.flat_projection-help.pd

package info (click to toggle)
gem 1%3A0.94-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 25,636 kB
  • sloc: cpp: 174,297; ansic: 42,132; makefile: 3,852; sh: 1,096; objc: 389
file content (32 lines) | stat: -rw-r--r-- 1,089 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#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
-1 -1;
#X obj 110 373 openpanel;
#X msg 110 394 open \$1;
#X obj 39 458 square 25;
#X text 99 307 <- this object must be present in your patch to start
the gemchain like in this example.;
#X floatatom 109 462 5 0 0 0 - - -;
#X obj 39 49 flat_projection 20;
#X text 304 191 <- abstraction [flat_projection];
#X obj 39 416 pix_image ../data/fractal.JPG;
#X msg 51 24 offset 1024 0;
#X text 176 23 other messages to the gemwin;
#X text 305 133 This define the way screen are physically connected
to the computer.;
#X text 306 93 This define the way screen are positioned in space to
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;
#X connect 3 0 4 0;
#X connect 4 0 10 0;
#X connect 7 0 5 1;
#X connect 10 0 1 0;
#X connect 11 0 8 0;