-
Notifications
You must be signed in to change notification settings - Fork 2
/
of.node-help.pd
72 lines (72 loc) · 2.12 KB
/
of.node-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
61
62
63
64
65
66
67
68
69
70
71
72
#N canvas 626 192 648 471 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 23 84 of.draw;
#X text 401 106 list of all parameters;
#X obj 462 45 declare -lib ofelia;
#X msg 138 122 orientation 45 0 0;
#X msg 138 101 position 0 100 -100;
#X msg 138 143 scale 1 2 2;
#X text 137 79 transformation;
#X msg 423 165 width 50;
#X text 419 144 Single parameter;
#X msg 437 214 debug \$1;
#X obj 437 193 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
1;
#X text 492 166 ...;
#X text 457 191 Show center axis;
#X obj 23 275 of.node, f 49;
#X floatatom 60 236 5 0 0 2 posX - -;
#X floatatom 194 237 5 0 0 2 oriX - -;
#X msg 39 142 debug \$1;
#X obj 39 121 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X floatatom 105 236 5 0 0 2 posY - -;
#X floatatom 150 236 5 0 0 2 posZ - -;
#X floatatom 239 237 5 0 0 2 oriY - -;
#X text 25 20 Transformation node;
#X msg 45 366 debug \$1;
#X obj 45 345 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1
1;
#X msg 131 364 position 0 100 0;
#X msg 59 182 get;
#X floatatom 289 237 5 0 0 2 oriZ - -;
#X msg 138 185 move 1 2 2;
#X msg 138 164 lookat 180 120 60;
#X text 215 185 add a move step;
#X obj 518 19 of.window 1;
#X obj 23 408 of.box 100 100 100 5 5 5 line, f 42;
#X obj 403 240 of.node, f 21;
#X text 24 40 Args: PositionX \, positionY \, positionZ \, orientationX
\, orientationY \, orientationZ \, scaleX \, scaleY \, scaleZ;
#X msg 403 126 0 10 0 0 -20 -100 1 1 1;
#X obj 363 303 print;
#X text 362 321 get: x \, y \, z \, pitch \, roll;
#X text 130 342 local transformation Y;
#X text 42 326 show axis;
#X text 56 121 show axis;
#X connect 1 0 14 0;
#X connect 4 0 14 0;
#X connect 5 0 14 0;
#X connect 6 0 14 0;
#X connect 8 0 33 0;
#X connect 10 0 33 0;
#X connect 11 0 10 0;
#X connect 14 0 32 0;
#X connect 14 1 36 0;
#X connect 15 0 14 1;
#X connect 16 0 14 4;
#X connect 17 0 14 0;
#X connect 18 0 17 0;
#X connect 19 0 14 2;
#X connect 20 0 14 3;
#X connect 21 0 14 5;
#X connect 23 0 32 0;
#X connect 24 0 23 0;
#X connect 25 0 32 0;
#X connect 26 0 14 0;
#X connect 27 0 14 6;
#X connect 28 0 14 0;
#X connect 29 0 14 0;
#X connect 35 0 33 0;