-
Notifications
You must be signed in to change notification settings - Fork 22
/
vs-diamond.pd
56 lines (56 loc) · 1.47 KB
/
vs-diamond.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 578 101 834 645 10;
#X text 409 154 The diamond shaped image is really a square tilted
45 degrees. The two triangles waves required must be 90 degrees out
of phase with each other. They are applied to any two axes desired
to get a flat \, 2-dimensional image. From: “Applications of OEI
3D Display Modules” (1975);
#X obj 48 -76 inlet~ phasor;
#X text 410 391 [email protected];
#X text 410 350 Derek Holzer;
#X text 410 370 Ljubljana June 2017;
#X obj 138 121 +~;
#X obj 138 152 wrap~;
#X obj 48 152 wrap~;
#X obj 138 182 *~ -1;
#X obj 138 211 +~ 1;
#X obj 138 241 min~;
#X obj 138 270 *~ -4;
#X obj 138 297 +~ 1;
#X obj 48 182 *~ -1;
#X obj 48 211 +~ 1;
#X obj 48 241 min~;
#X obj 48 270 *~ -4;
#X obj 48 297 +~ 1;
#X obj 153 -74 inlet~ phase;
#X text 411 119 Phase of 0.25 (= 90 degrees) creates perfect diamond
shape.;
#X obj 235 -74 inlet~ scale;
#X obj 315 -74 inlet~ brightness;
#X obj 48 355 *~;
#X obj 138 355 *~;
#X obj 48 385 outlet~ X;
#X obj 138 385 outlet~ Y;
#X obj 317 385 outlet~ B;
#X connect 1 0 7 0;
#X connect 1 0 5 0;
#X connect 5 0 6 0;
#X connect 6 0 8 0;
#X connect 6 0 10 1;
#X connect 7 0 13 0;
#X connect 7 0 15 1;
#X connect 8 0 9 0;
#X connect 9 0 10 0;
#X connect 10 0 11 0;
#X connect 11 0 12 0;
#X connect 12 0 23 0;
#X connect 13 0 14 0;
#X connect 14 0 15 0;
#X connect 15 0 16 0;
#X connect 16 0 17 0;
#X connect 17 0 22 0;
#X connect 18 0 5 1;
#X connect 20 0 22 1;
#X connect 20 0 23 1;
#X connect 21 0 26 0;
#X connect 22 0 24 0;
#X connect 23 0 25 0;