-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathof.gridplane-help.pd
39 lines (39 loc) · 1.18 KB
/
of.gridplane-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
#N canvas 625 75 626 387 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 27 89 of.draw;
#X floatatom 112 272 5 0 0 2 stepsize - -;
#X floatatom 197 273 5 0 0 2 size - -;
#X text 402 179 list of all parameters;
#X obj 462 45 declare -lib ofelia;
#X msg 104 181 orientation 45 0 0;
#X msg 104 160 position 0 100 -100;
#X msg 104 203 scale 1 2 2;
#X msg 104 225 lookat 180 120 60;
#X text 104 138 local transformation;
#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 283 270 tgl 15 0 empty empty labels 17 7 0 10 -262144 -1 -1
1 1;
#X text 25 16 Draws the XY grid plane representing the current reference
frame.;
#X obj 403 300 of.gridplane;
#X msg 403 206 110 100 1;
#X text 24 46 Arguments: stepsize \, size \, labels (default 50 \,
5 \, 1);
#X obj 27 115 of.ortho;
#X obj 27 301 of.gridplane 50 100 1, f 37;
#X text 97 113 -> no 3d perspective deformation;
#X connect 1 0 18 0;
#X connect 2 0 19 1;
#X connect 3 0 19 2;
#X connect 6 0 19 0;
#X connect 7 0 19 0;
#X connect 8 0 19 0;
#X connect 9 0 19 0;
#X connect 12 0 11 0;
#X connect 13 0 19 3;
#X connect 16 0 15 0;
#X connect 18 0 19 0;