-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathortho-help.pd
60 lines (60 loc) · 2.33 KB
/
ortho-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
57
58
59
60
#N canvas 397 92 665 345 10;
#X declare -lib Gem;
#X text 465 49 Example:;
#X obj 7 65 cnv 15 450 100 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X obj 8 216 cnv 15 450 120 empty empty empty 20 12 0 14 #e0e0e0 #404040 0;
#X text 9 221 Inlets:;
#X obj 8 176 cnv 15 450 30 empty empty empty 20 12 0 14 #bcbcbc #404040 0;
#X text 17 175 Arguments:;
#X text 432 8 GEM object;
#X text 27 233 Inlet 1: gemlist;
#X text 9 304 Outlets:;
#X text 21 316 Outlet 1: gemlist;
#X text 63 187 (none);
#X text 27 247 Inlet 1: 0|1 : turn orthographic rendering ON(default) or OFF, f 61;
#X text 33 14 Synopsis: [ortho];
#X text 54 30 Class: manipulation object;
#X text 7 69 Description: orthographic rendering;
#X text 27 264 Inlet 1: compat 0|1 : switch aspect ratio default: 1 = 1 \, 0 = window width/height, f 57;
#X obj 461 66 cnv 15 160 200 empty empty empty 20 12 0 14 #dce4fc #404040 0;
#X obj 466 157 cnv 15 150 80 empty empty empty 20 12 0 14 #14e814 #404040 0;
#X obj 480 71 gemhead;
#X obj 480 246 cylinder;
#X obj 480 92 t a b;
#X obj 480 200 ortho;
#X obj 517 202 tgl 15 1 empty empty empty 0 -6 0 8 #fcfcfc #000000 #000000 1 1;
#X obj 535 93 tgl 15 0 empty empty empty 0 -6 0 8 #fcfcfc #000000 #000000 0 1;
#X obj 519 114 + 0;
#X obj 480 137 rotateXYZ 45 45 0;
#X msg 511 180 compat \$1;
#X obj 511 160 tgl 15 1 empty empty empty 0 -6 0 8 #fcfcfc #000000 #000000 0 1;
#N canvas 484 243 450 300 META 0;
#X obj 10 25 declare -lib Gem;
#X text 10 45 DESCRIPTION orthographic rendering;
#X text 10 65 KEYWORDS Gem openGL transformation;
#X text 20 85 INLET_0 gemlist bool compat;
#X text 20 105 OUTLET_0 gemlist;
#X text 10 125 AUTHOR IOhannes m zmölnig;
#X text 10 145 LICENSE GPL v2;
#X restore 508 8 pd META;
#X obj 544 114 % 360;
#X obj 487 114 i 45;
#X obj 581 114 t f f;
#X text 19 92 [ortho] changes the current viewing-mode from (evtl.) "perspective" (objects that are far away appear smaller than objects that are near) to "orthographic" (parallels appear parallel) for all subsequent shapes., f 70;
#X obj 484 280 _gemwin;
#X connect 18 0 20 0;
#X connect 20 0 25 0;
#X connect 20 1 30 0;
#X connect 21 0 19 0;
#X connect 22 0 21 0;
#X connect 23 0 24 1;
#X connect 24 0 29 0;
#X connect 25 0 21 0;
#X connect 26 0 21 0;
#X connect 27 0 26 0;
#X connect 29 0 31 0;
#X connect 30 0 24 0;
#X connect 31 0 30 1;
#X connect 31 1 25 1;
#X connect 31 1 25 2;
#X connect 31 1 25 3;