-
Notifications
You must be signed in to change notification settings - Fork 2
/
of.blend-help.pd
56 lines (56 loc) · 1.68 KB
/
of.blend-help.pd
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#N canvas 544 128 619 450 12;
#X declare -lib ofelia;
#X obj 9 10 cnv 15 600 60 empty empty empty 20 12 0 14 -233017 -66577
0;
#X obj 462 45 declare -lib ofelia;
#X obj 67 138 vradio 15 1 1 6 empty empty empty 0 -8 0 10 -262144 -1
-1 2;
#X text 89 167 2: ADD;
#X text 89 182 3: SUBTRACT;
#X text 89 197 4: MULTIPLY;
#X text 89 212 5: SCREEN;
#X text 89 152 1: ALPHA(Default);
#X obj 14 275 of.image data/rgb.jpg;
#X obj 14 241 of.blend;
#X obj 14 356 of.image data/image.jpg;
#X obj 14 299 of.plane 200 200;
#X text 21 22 Change blending mode;
#X text 69 117 blending mode:;
#X text 21 47 Arguments: blending mode (default 1);
#X obj 14 327 of.color 255 255 255 200;
#X text 89 136 0: OFF (no transparency);
#X text 141 300 put it on a plane;
#X text 195 327 add Alpha;
#X obj 518 19 of.window 1;
#X obj 497 21 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X obj 14 392 of.plane 400 400;
#X text 177 275 load rgb image;
#X text 189 357 load blackhole image;
#X text 141 391 put it on another plane;
#X obj 14 98 of.draw 2;
#X text 9 79 layer 2;
#X text 381 119 Test the blend on other layers;
#N canvas 830 227 323 205 Background_video_behind 0;
#X obj 61 99 of.video;
#X obj 61 72 spigot, f 13;
#X obj 149 49 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X obj 61 125 of.plane 400 400;
#X text 125 97 -> camera video;
#X text 59 18 Camera video Layer 1:;
#X obj 61 45 of.draw 1;
#X text 168 46 Activate;
#X connect 0 0 3 0;
#X connect 1 0 0 0;
#X connect 2 0 1 1;
#X connect 6 0 1 0;
#X restore 382 143 pd Background_video_behind;
#X connect 2 0 9 1;
#X connect 8 0 11 0;
#X connect 9 0 8 0;
#X connect 10 0 21 0;
#X connect 11 0 15 0;
#X connect 15 0 10 0;
#X connect 20 0 19 0;
#X connect 25 0 9 0;