History: -Particle
Source of version: 6
Copy to clipboard
{INCLUDE(page="ogrelex ext tpl")/}
---
{img fileId="2010" align="right"}
The term __particle system__ refers to a computer graphics technique to simulate certain fuzzy phenomena, which are otherwise very hard to reproduce with conventional rendering techniques. Examples of such phenomena which are commonly replicated using particle systems include fire, explosions, smoke, moving water, sparks, falling leaves, clouds, fog, snow, dust, meteor tails, hair, fur, grass, or abstract visual effects like glowing trails, magic spells, etc.
!!Documentation
__Manual:__
* 3.3 [http://www.ogre3d.org/docs/manual/manual_34.html|Particle Scripts]
* 3.3.1 [http://www.ogre3d.org/docs/manual/manual_35.html|Particle System Attributes]
* 3.3.2 [http://www.ogre3d.org/docs/manual/manual_36.html|Particle Emitters]
* 3.3.3 [http://www.ogre3d.org/docs/manual/manual_37.html|Particle Emitter Attributes]
* 3.3.4 [http://www.ogre3d.org/docs/manual/manual_38.html|Standard Particle Emitters]
* 3.3.5 [http://www.ogre3d.org/docs/manual/manual_39.html|Particle Affectors]
* 3.3.6 [http://www.ogre3d.org/docs/manual/manual_40.html|Standard Particle Affectors]
__Class reference:__
* [http://www.ogre3d.org/docs/api/html/classOgre_1_1ParticleSystem.html|ParticleSystem]
* [http://www.ogre3d.org/docs/api/html/classOgre_1_1Particle.html|Particle]
* [http://www.ogre3d.org/docs/api/html/classOgre_1_1ParticleEmitter.html|ParticleEmitter]
* [http://www.ogre3d.org/docs/api/html/classOgre_1_1ParticleAffector.html|ParticleAffector]
* [http://www.ogre3d.org/docs/api/html/classOgre_1_1ParticleSystemManager.html|ParticleSystemManager]
* [http://www.ogre3d.org/docs/api/html/classOgre_1_1ParticleSystemRenderer.html|ParticleSystemRenderer]
* [http://www.ogre3d.org/docs/api/html/classOgre_1_1BillboardParticleRenderer.html|BillboardParticleRenderer]
!!See also
* ((OGRE Particle Editor))
* ((Particle Accelerator))
* ((Particle Universe plugin))
* ((ParticleFX plugin))
* ((PUDotNet)) - for use of Particle Universe with ((Mogre))
* ((Particles)) - code snippets
* [http://en.wikipedia.org/wiki/Particle_system|Wikipedia page] about Particle System