Method #
Emitter nodes spawn particles that can be manipulated in a particles system. Any Emitters need to be connected to a Particle Root node, and they will only spawn particles within that particle system unless modified appropriately.
Every emitter has a “Max Particle Count” attribute which, depending on the value of the Respawn Enabled parameter, defines either: the maximum number of particles from that emitter that may be alive at any one time if Respawn Enabled is ticked; or the total number of particles that may be emitted from this emitter if Respawn Enabled is not ticked. However the total number of particles in the system is defined by the Particle Root Node and there may be multiple emitters competing for those particles, so it may be impossible to fully satisfy the value set by “Max Particle Count”. Emission occurs per frame in node order and depends on the Emission Rate attribute, so it is possible for an emitter that is evaluated first to consume all of the particles in the system and leave none left for the other emitters.
Emit particles from a Field system.
Emit particles from an image.
Emit particles from a mesh.
Emit particles from a Point Cache.
Emit particles from a primitive shape.
Emit particles from a Procedural system.
Emit particles from objects within the screen space.
Emit particles that fill the volume of a mesh.
Emits particles from a spline.
Emits particles from other particles.
Eemits particles from feature points of a video.