Legacy Documentation: Version 2018.2 (Go to current version)
Renderer module
Ellipsoid Particle Emitter (Legacy)
Other Versions

Particle Systems (Legacy, prior to release 3.5)

ParticlesA small, simple image or mesh that is emitted by a particle system. A particle system can display and move particles in great numbers to represent a fluid or amorphous entity. The effect of all the particles together creates the impression of the complete entity, such as smoke. More info
See in Glossary
are essentially 2D images rendered in 3D space. They are primarily used for effects such as smoke, fire, water droplets, or leaves. A Particle SystemA component that simulates fluid entities such as liquids, clouds and flames by generating and animating large numbers of small 2D images in the scene. More info
See in Glossary
is made up of three separate Components: Particle Emitter, Particle Animator, and a Particle Renderer. You can use a Particle Emitter and Renderer together if you want static particles. The Particle Animator will move particles in different directions and change colors. You also have access to each individual particle in a particle system via scripting, so you can create your own unique behaviors that way if you choose.

This section describes the various components available in the legacy particle system.

Did you find this page useful? Please give it a rating:

Renderer module
Ellipsoid Particle Emitter (Legacy)