aboutsummaryrefslogtreecommitdiff
path: root/Gem/part_damp-help.pd
blob: 2599f34e830aeb6b9dff8db004f54a6bf5f676a4 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#N canvas 6 61 754 404 10;
#X declare -lib Gem;
#X text 540 156 This is the damping vector;
#X text 541 176 To slow particles down;
#X text 99 206 keep all of the values less than one;
#X text 51 97 Class: Particle System;
#X text 38 41 inlet 1: gemlist (with part_head);
#X text 31 14 Synopsis: [part_damp];
#X text 38 68 Inlet 2: V1 V2 V3;
#X text 7 123 Description: Change velocity of Particles;
#X text 99 144 part_damp dampens the velocity of the particles. A damping
vector less than 1 \, 1 \, 1 will slow the particles done. A damping
vector greater than 1 \, 1 \, 1 will speed up the particles.;
#X obj 521 30 gemhead;
#X obj 521 51 part_head;
#X obj 521 113 part_killold 5;
#X obj 521 267 part_draw;
#N canvas 0 0 450 300 gemwin 0;
#X obj 132 136 gemwin;
#X obj 67 89 outlet;
#X obj 67 10 inlet;
#X obj 67 41 route create;
#X msg 67 70 set destroy;
#X msg 142 68 set create;
#X msg 132 112 create \, 1;
#X msg 198 112 destroy;
#X connect 2 0 3 0;
#X connect 3 0 4 0;
#X connect 3 0 6 0;
#X connect 3 1 5 0;
#X connect 3 1 7 0;
#X connect 4 0 1 0;
#X connect 5 0 1 0;
#X connect 6 0 0 0;
#X connect 7 0 0 0;
#X restore 521 356 pd gemwin;
#X msg 521 337 create;
#X text 519 316 Create window:;
#X floatatom 663 192 5 0 0 0 - - -;
#X msg 663 211 \$1 1 1;
#X obj 521 10 tgl 15 0 empty empty empty 0 -6 0 8 -262144 -1 -1 0 1
;
#X obj 521 80 part_source 5;
#X obj 521 237 part_damp 0.1 0.1 0.1;
#X obj 628 8 declare -lib Gem;
#X connect 9 0 10 0;
#X connect 10 0 19 0;
#X connect 11 0 20 0;
#X connect 13 0 14 0;
#X connect 14 0 13 0;
#X connect 16 0 17 0;
#X connect 17 0 20 1;
#X connect 18 0 9 0;
#X connect 19 0 11 0;
#X connect 20 0 12 0;