aboutsummaryrefslogtreecommitdiff
path: root/tCube3D-help.pd
blob: a1bcd598dad7e39453be69dad75f562c8cbb8fe7 (plain)
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
#N canvas 402 208 620 496 10;
#X text 296 15 test cube;
#X text 209 283 minimum and maximum position of the interactor.;
#X obj 13 399 tCube3D;
#X msg 83 156 setXmin -1;
#X msg 83 178 setXmax 1;
#X msg 83 200 setYmin -1;
#X msg 83 223 setYmax 1;
#X msg 83 246 setZmin -1;
#X msg 83 268 setZmax 1;
#X floatatom 13 433 5 0 0 0 - - -;
#X text 194 354 position of the tested mass;
#X msg 84 357 position3D 0 0 0;
#X text 186 157 1 : X minimum;
#X text 186 178 2 : X maximum;
#X text 185 201 3 : Y minimum;
#X text 185 222 4 : Y maximum;
#X text 186 248 5 : Z minimum;
#X text 185 268 6 : Z maximum;
#X text 55 432 0/1 according to the position of the mass;
#X text 137 42 This object should be used for testing the mass position.
;
#X text 77 111 message to change parameter / default value / creation
arg number / description;
#X text 138 57 It receives a mass position \, and outputs 0/1 according
to the mass position (1 if the mass is in the square).;
#X text 208 297 If a mass is outside of this rectangle \, the mass
will not interact with this object.;
#X connect 2 0 9 0;
#X connect 3 0 2 0;
#X connect 4 0 2 0;
#X connect 5 0 2 0;
#X connect 6 0 2 0;
#X connect 7 0 2 0;
#X connect 8 0 2 0;
#X connect 11 0 2 0;