-
Notifications
You must be signed in to change notification settings - Fork 2
/
of.circle-help.pd
55 lines (55 loc) · 1.65 KB
/
of.circle-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
#N canvas 612 142 625 426 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 msg 60 147 draw line;
#X msg 60 168 draw fill;
#X floatatom 155 268 5 0 0 2 size - -;
#X floatatom 283 273 5 0 0 2 resolution - -;
#X msg 403 116 100 400 center line 3;
#X text 402 89 list of all parameters;
#X text 419 144 Single parameter;
#X text 25 20 Draw a circle;
#X msg 423 165 size 50;
#X msg 60 124 stroke 10;
#X obj 27 301 of.circle 50 20 line 1, f 37;
#X obj 462 45 declare -lib ofelia;
#X text 74 105 style;
#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 457 191 Show center axis;
#X msg 154 127 orientation -45 50 0;
#X msg 154 105 position 20 50 -100;
#X msg 154 149 scale 4 2 2;
#X msg 155 172 lookat 180 120 60;
#X text 153 83 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 0
1;
#X obj 403 275 of.circle;
#X msg 155 197 mode corner;
#X msg 155 219 mode center;
#X text 295 299 default: 50 \, 20 \, line \, 1 \, center;
#X text 28 341 Note: circle primitive have no texture coordinates.
Use of.meshcircle to use image on circular shape., f 84;
#X text 24 40 Arguments(5): size \, resolution \, drawmode \, strokewidth
\, rectmode;
#X connect 1 0 12 0;
#X connect 2 0 12 0;
#X connect 3 0 12 0;
#X connect 4 0 12 1;
#X connect 5 0 12 2;
#X connect 6 0 25 0;
#X connect 10 0 25 0;
#X connect 11 0 12 0;
#X connect 15 0 25 0;
#X connect 16 0 15 0;
#X connect 18 0 12 0;
#X connect 19 0 12 0;
#X connect 20 0 12 0;
#X connect 21 0 12 0;
#X connect 24 0 23 0;
#X connect 26 0 12 0;
#X connect 27 0 12 0;