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:
Back to Index | << Previous section | Next section >> |