OGRE (Object-Oriented Graphics Rendering Engine)

Particle Emitters

 

Particle emitters are classified by 'type' e.g. 'Point' emitters emit from a single point whilst 'Box' emitters emit randomly from an area. New emitters can be added to Ogre by creating plugins. You add an emitter to a system by nesting another section within it, headed with the keyword 'emitter' followed by the name of the type of emitter (case sensitive). Ogre currently supports 'Point' and 'Box' emitters.

Particle Emitter Universal Attributes

See also:

Particle Scripts

Particle Affectors

 

Back to Index << Previous sectionNext section >>