aboutsummaryrefslogtreecommitdiff
path: root/Gem/part_source-help.pd
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 19:32:08 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2015-03-19 19:32:08 +0000
commit095b7e513f736567848173f2572d8b329ad75af9 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Gem/part_source-help.pd
parent15b30fe20b401d079c2b3c6a8e77eee827813de3 (diff)
Gem 206d71791bc3642e8c5391a4c59c30ba7411fab8 osx/x86_64
built 'coverity_scan:206d71791bc3642e8c5391a4c59c30ba7411fab8' for osx/x86_64
Diffstat (limited to 'Gem/part_source-help.pd')
-rw-r--r--Gem/part_source-help.pd28
1 files changed, 0 insertions, 28 deletions
diff --git a/Gem/part_source-help.pd b/Gem/part_source-help.pd
deleted file mode 100644
index 1f3bc7e..0000000
--- a/Gem/part_source-help.pd
+++ /dev/null
@@ -1,28 +0,0 @@
-#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 <arguments>;
-#X obj 489 191 part_source 20;
-#X text 48 337 <domain>: one of "point" \, "line" \, "triangle" \,
-"plane" \, "box" \, "sphere" \, "cylinder" \, "cone" \, "blob" \, "disc"
-\, "rectangle";
-#X text 49 401 <arguments>: 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;