Working with…¶
Kanzi Particles organises particle effects into four node types: ParticleSystem, ParticleEmitter, ParticleAffector, and ParticleCollider. Each node takes compute materials in its material slots, and the materials decide the effect’s behaviour. Start with Particle system anatomy for the conceptual model, then read the topic page for the capability you need.
Core concepts¶
Particle system anatomy: nodes, material slots, and how they compose inside a
ParticleSystem.
Simulation behaviour¶
Emission:
EmissionMaterialandEmissionCountMaterialslots, stock emitters,MaximumAmountbinding.Affectors: stock affector materials and how to stack them.
Colliders: stock collider shapes and
Bounce/Frictionresponse.Events and subemitters:
GenerateEventsMaterial, event buffers, and subemitter setup.