Particles Emit only once when reach a condition?

   545   3   0
User Avatar
Member
14 posts
Joined: Sept. 2022
Offline
Hi, Community. A simple scene, I want particles spawn when particles hit a geo. But turns out I got an effect that when particles hit a geo, particles emit every frame. I want it only emit once. how?
Edited by a591280714 - Nov. 27, 2023 11:31:12
User Avatar
Member
238 posts
Joined: Nov. 2013
Offline
have a look at pop replictate dop and use the reference stream input (2nd), set Kill Original Particle.
When particles hit something the popsolver set some hit attributes: i@hitnum, i@hittotal i@hitprim . . .

Attachments:
Screenshot from 2023-11-27 16-37-15.png (26.6 KB)

http://www.sekowfx.com [www.sekowfx.com]
User Avatar
Member
238 posts
Joined: Nov. 2013
Offline
here is a hip
Edited by sekow - Nov. 27, 2023 10:44:33

Attachments:
pop_replictate_on_collision.hip (380.5 KB)

http://www.sekowfx.com [www.sekowfx.com]
User Avatar
Member
14 posts
Joined: Sept. 2022
Offline
sekow
have a look at pop replictate dop and use the reference stream input (2nd), set Kill Original Particle.
When particles hit something the popsolver set some hit attributes: i@hitnum, i@hittotal i@hitprim . . .
COOL!!!
  • Quick Links