Resource Docs

.ppart Particle Profiles

Resource Map

Particle profiles define mathematical per-particle behavior used by ParticleEmitter3D.

Key rules

Emitter controls spawn rate, seed, params, sim mode, and render mode.

Profile controls paths, lifetime, speed, spread, force, color, emissive, and spin.

Presets include ballistic, spiral, orbit_y, noise_drift, and flat_disk.

Expressions use t, life, speed, rand channels, params[i], emitter position, and math functions.

Example

preset = "spiral"preset_param_a = 8.0preset_param_b = params[0]x = sin(t * tau) * randy = life * speedz = cos(t * tau) * rand2

Related Resource Docs

Use these links for adjacent formats or runtime systems used with .ppart Particle Profiles.