![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Factory class for particle emitter of type "Ellipsoid". More...
#include <OgreEllipsoidEmitterFactory.h>
Public Member Functions | |
ParticleEmitter * | createEmitter (ParticleSystem *psys) |
See ParticleEmitterFactory. More... | |
String | getName () const |
See ParticleEmitterFactory. More... | |
![]() | |
ParticleEmitterFactory () | |
virtual | ~ParticleEmitterFactory () |
virtual ParticleEmitter * | createEmitter (ParticleSystem *psys)=0 |
Creates a new emitter instance. More... | |
virtual void | destroyEmitter (ParticleEmitter *e) |
Destroys the emitter pointed to by the parameter (for early clean up if required). More... | |
virtual String | getName () const =0 |
Returns the name of the factory, the name which identifies the particle emitter type this factory creates. More... | |
Factory class for particle emitter of type "Ellipsoid".
|
inlinevirtual |
Implements Ogre::ParticleEmitterFactory.
|
inlinevirtual |
Implements Ogre::ParticleEmitterFactory.