particle effect

particle effect applied to the studio's source frame — beforeparticle effect applied to the studio's source frame — afterSourceEffect

01/ ORIGIN

Particle systems were introduced to computer graphics by William Reeves in 1983 for the Genesis sequence in Star Trek II, where a planet had to catch fire convincingly and no surface model could do it. The idea was to abandon surfaces entirely and simulate thousands of independent points with simple individual rules. Every explosion, smoke plume and magic effect since is a descendant, and the appeal is that complexity emerges without anyone authoring it.

02/ SWEEP

DENSITY sweep

DENSITY 2: sparse particles, only the strongest structure emerging
DENSITY 2pxDENSITY 2: sparse particles, only the strongest structure emerging
DENSITY 5: the default, the subject clearly reassembled from points
DENSITY 5pxDENSITY 5: the default, the subject clearly reassembled from points
DENSITY 20: dense particles, the field approaching a continuous image
DENSITY 20pxDENSITY 20: dense particles, the field approaching a continuous image

03/ SPEC

This effect samples the image and renders each sample as an independent point with its own size, brightness and offset, so the picture is reconstituted from a field rather than a grid. DENSITY runs from 2 to 20 with a default of 5 and sets how many particles are placed, which controls how completely the image reassembles. DOT SIZE scales each point, DISPERSION and SPREAD scatter them off their sample positions, and EDGE BOOST concentrates particles on contours. In kott it renders in natural colour so each particle carries the hue it sampled.

DENSITY2 px to 20 px · default 5 px
DOT SIZE0.3 to 2.5 · default 1
CONTRAST1 to 6 · default 3
THRESHOLD0 to 1 · default 0.5
DISPERSION0 to 1 · default 0.5
SPREAD0 px to 12 px · default 5 px
EDGE BOOST0 to 3 · default 1.4

04/ FAQ

What is a particle render effect?
It rebuilds an image as a field of independent points, each carrying its own position, size and colour sampled from the source, so the picture emerges from the field rather than from a grid.
Where do particle systems come from?
William Reeves introduced them to computer graphics in 1983 for the Genesis sequence in Star Trek II, simulating thousands of independent points because no surface model could render fire convincingly.
What does EDGE BOOST do?
It concentrates particles along detected contours rather than distributing them evenly, which keeps the subject's outline readable at densities that would otherwise lose it.