Hello,

In the attached Pd file I have a simple Gem particle system. But when I attach [part_info] at any point the particle velocity increases (by about 200% I would guess).

Can anyone tell me what I'm doing wrong?

Thanks,

--
Paul W. Rankin
https://rnkn.xyz
#N canvas 677 108 477 511 12;
#X obj 37 137 gemwin;
#X msg 36 35 create \, 1;
#X msg 53 71 destroy \, 0;
#X obj 184 38 gemhead;
#X obj 184 72 part_head;
#X obj 225 310 part_info, f 24;
#X obj 203 218 part_render;
#X obj 187 182 part_velocity point 0 -0.1 0;
#X obj 182 112 part_source 1;
#X obj 203 365 circle;
#X obj 121 292 loadbang;
#X msg 121 316 draw line;
#X obj 184 149 part_killold 100;
#X text 228 272 <- this changes velocity;
#X text 61 259 this seems fine ->;
#X connect 1 0 0 0;
#X connect 2 0 0 0;
#X connect 3 0 4 0;
#X connect 4 0 8 0;
#X connect 6 0 9 0;
#X connect 6 0 5 0;
#X connect 7 0 6 0;
#X connect 8 0 12 0;
#X connect 10 0 11 0;
#X connect 11 0 9 0;
#X connect 12 0 7 0;
---
[email protected] - the Pure Data mailinglist
https://lists.iem.at/hyperkitty/list/[email protected]/message/VHGDBGRELWO53JWEM5YCBTDRS6IOILI4/

To unsubscribe send an email to [email protected] mailing list
UNSUBSCRIBE and account-management -> https://lists.iem.at/

Reply via email to