************ Introduction ************ Particles are lots of items emitted from mesh objects, typically in the thousands. Each particle can be a point of light or a mesh, and be joined or dynamic. They may react to many different influences and forces, and have the notion of a lifespan. Dynamic particles can represent fire, smoke, mist, and other things such as dust or magic spells. :doc:`Hair ` type particles are a subset of regular particles. Hair systems form strands that can represent hair, fur, grass and bristles. You see particles as a Particle Modifier, but all settings are done in the *Particle tab*. .. figure:: /images/physics_particle_introduction_fur_example.jpg :width: 300px Some fur made from particles. Particles generally flow out from their mesh into space. Their movement can be affected by many things, including: - Initial velocity out from the mesh. - Movement of the emitter (vertex, face or object) itself. - Movement according to "gravity" or "air resistance". - Influence of force fields like wind, vortexes or guided along a curve. - Interaction with other objects like collisions. - Partially intelligent members of a flock (herd, school, ...), that react to other members of their flock, while trying to reach a target or avoid predators. - Smooth motion with softbody physics (only *Hair* particle systems). - Or even manual transformation with :doc:`Lattices `. Particles may be rendered as: - :doc:`Halos ` (for Flames, Smoke, Clouds). - Meshes which in turn may be animated (e.g. fish, bees, ...). In these cases, each particle "carries" another object. - :doc:`Strands ` (for :doc:`Hair, Fur, Grass `); the complete way of a particle will be shown as a strand. These strands can be manipulated in the 3D View (combing, adding, cutting, moving, etc). Every object may carry many particle systems. Each particle system may contain up to 100.000 particles. Certain particle types (*Hair* and *Keyed*) may have up to 10.000 children for each particle (children move and emit more or less like their respective parents). The size of your memory and your patience are your practical boundaries. Options ------- Each system has the same basic sets of controls, but options within those sets vary based on the system employed. These sets of controls are: :doc:`Particle System Panel ` Basic Settings. :doc:`Emission ` Settings for the initial distribution of particles on the emitter and the way they are born into the scene. :doc:`Cache ` In order to increase realtime response and avoid unnecessary recalculation of particles, the particle data can be cached in memory or stored on a drive. :doc:`Velocity ` Initial speed of particles. :doc:`Rotation ` Rotational behavior of particles. :doc:`Physics ` How the movement of the particles behaves. :doc:`Render ` Rendering options. :doc:`Display ` Realtime display in the 3D View. :doc:`Children ` Control the creation of additional child particles. :doc:`Field Weights ` Factors for external forces. :doc:`Force Field Settings ` Makes particles force fields. :doc:`Vertex Groups ` Influencing various settings with vertex groups.