GenPeriodic

GenPeriodic

Generator. Periodically generates particles at a fixed rate.

Particles are emitted at regular time intervals determined by the Rate property. The generator interpolates the exact emission time within each frame for smooth results, even at low frame rates.

Properties & inputs:

  • Rate (input | property): Generation rate in particles per second.
  • Fixed time (property): When enabled, the generator stops after the specified duration in seconds.
  • Fixed shots (property): When enabled, the generator stops after the specified number of bursts.
  • Start delay (input | property): Delay in seconds before the generator starts.
  • Start Phase (property): Phase offset from 0 to 1. If 1, the first particle is emitted immediately. If 0, a full period elapses first.
  • Burst (property): Number of particles generated per emission event.

Outputs:

  • Burst Amount (float): Number of particles in the current burst.
  • Burst Pos. (float): Position of a particle within the burst, in the range [0; 1].