From c6030846f5c1e34048774d60ca4c15e804bee839 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Sat, 14 Mar 2015 20:32:26 +0000 Subject: Gem linux/amd64 built '' for linux/amd64 --- Gem/part_source-help.pd | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Gem/part_source-help.pd (limited to 'Gem/part_source-help.pd') diff --git a/Gem/part_source-help.pd b/Gem/part_source-help.pd new file mode 100644 index 0000000..1f3bc7e --- /dev/null +++ b/Gem/part_source-help.pd @@ -0,0 +1,28 @@ +#N canvas 203 0 664 575 10; +#X msg 180 86 gemList; +#X text 176 62 GEM object; +#X msg 180 195 gemList; +#X text 260 196 partList; +#X text 254 89 partList; +#X obj 180 152 part_source; +#X text 184 25 [part_source]; +#X text 51 252 add a particle-source. You will need this if you want +any particles in your particle-system.; +#X text 53 290 The initial argument (that can be changed) gives the +number of particles that are emitted at each rendering-frame; +#X msg 340 82 number_of_particles_per_frame; +#X msg 340 107 domain; +#X msg 340 132 ; +#X obj 489 191 part_source 20; +#X text 48 337 : one of "point" \, "line" \, "triangle" \, +"plane" \, "box" \, "sphere" \, "cylinder" \, "cone" \, "blob" \, "disc" +\, "rectangle"; +#X text 49 401 : up to 9 floats \, defining the specified +domain (like "x y z" for "point" \, "x1 y1 z1 x2 y2 z2" for "line" +\, "x y z r" for "sphere" \, ...). The meaning of the arguments depends +-of course- on the domain.; +#X connect 0 0 5 0; +#X connect 5 0 2 0; +#X connect 9 0 5 1; +#X connect 10 0 5 2; +#X connect 11 0 5 3; -- cgit v1.2.1