spawn generates crazy amount of particles?
#2
Why wouldn't it generate exponentially? The Spawn operater affects all particles in the event by default, so yes...the children of spawned particles in the same event will generate spawned particles and so on, and thus the particle count will grow exponentially.

The easiest way to avoid exponential growth is to just send spawned particles out to another event using the output connector on the right hand side of the Spawn operator.

Alternatively you could enable some filtering in the Spawn operator to only spawn from certain particles based on criteria of your choosing.
  Reply


Messages In This Thread
RE: spawn generates crazy amount of particles? - by tyFlow - 12-28-2020, 10:44 AM

Forum Jump: