#include <OgreParticleSystemRenderer.h>
Inheritance diagram for Ogre::ParticleSystemRenderer:
Public Member Functions | |
ParticleSystemRenderer () | |
Constructor. | |
virtual | ~ParticleSystemRenderer () |
Destructor. | |
virtual const String & | getType (void) const =0 |
Gets the type of this renderer - must be implemented by subclasses. | |
virtual void | _updateRenderQueue (RenderQueue *queue, std::list< Particle * > ¤tParticles, bool cullIndividually)=0 |
Delegated to by ParticleSystem::_updateRenderQueue. | |
virtual void | _setMaterial (MaterialPtr &mat)=0 |
Sets the material this renderer must use; called by ParticleSystem. | |
virtual void | _notifyCurrentCamera (Camera *cam)=0 |
Delegated to by ParticleSystem::_notifyCurrentCamera. | |
virtual void | _notifyAttached (Node *parent, bool isTagPoint=false)=0 |
Delegated to by ParticleSystem::_notifyAttached. | |
virtual void | _notifyParticleRotated (void) |
Optional callback notified when particles are rotated. | |
virtual void | _notifyParticleResized (void) |
Optional callback notified when particles are resized individually. | |
virtual void | _notifyParticleQuota (size_t quota)=0 |
Tells the renderer that the particle quota has changed. | |
virtual void | _notifyDefaultDimensions (Real width, Real height)=0 |
Tells the renderer that the particle default size has changed. | |
virtual void | _notifyParticleEmitted (Particle *particle) |
Optional callback notified when particle emitted. | |
virtual void | _notifyParticleExpired (Particle *particle) |
Optional callback notified when particle expired. | |
virtual void | _notifyParticleMoved (std::list< Particle * > ¤tParticles) |
Optional callback notified when particles moved. | |
virtual void | _notifyParticleCleared (std::list< Particle * > ¤tParticles) |
Optional callback notified when particles cleared. | |
virtual ParticleVisualData * | _createVisualData (void) |
Create a new ParticleVisualData instance for attachment to a particle. | |
virtual void | _destroyVisualData (ParticleVisualData *vis) |
Destroy a ParticleVisualData instance. | |
virtual void | setRenderQueueGroup (uint8 queueID)=0 |
Sets which render queue group this renderer should target with it's output. | |
virtual void | setKeepParticlesInLocalSpace (bool keepLocal)=0 |
Setting carried over from ParticleSystem. | |
virtual SortMode | _getSortMode (void) const =0 |
Gets the desired particles sort mode of this renderer. | |
ParamDictionary * | getParamDictionary (void) |
Retrieves the parameter dictionary for this class. | |
const ParamDictionary * | getParamDictionary (void) const |
const ParameterList & | getParameters (void) const |
Retrieves a list of parameters valid for this object. | |
virtual bool | setParameter (const String &name, const String &value) |
Generic parameter setting method. | |
virtual void | setParameterList (const NameValuePairList ¶mList) |
Generic multiple parameter setting method. | |
virtual String | getParameter (const String &name) const |
Generic parameter retrieval method. | |
virtual void | copyParametersTo (StringInterface *dest) const |
Method for copying this object's parameters to another object. | |
Static Public Member Functions | |
static void | cleanupDictionary () |
Cleans up the static 'msDictionary' required to reset Ogre, otherwise the containers are left with invalid pointers, which will lead to a crash as soon as one of the ResourceManager implementers (e.g. | |
Protected Member Functions | |
bool | createParamDictionary (const String &className) |
Internal method for creating a parameter dictionary for the class, if it does not already exist. | |
Protected Attributes | |
String | mParamDictName |
Class name for this instance to be used as a lookup (must be initialised by subclasses). | |
Static Protected Attributes | |
static ParamDictionaryMap | msDictionary |
Dictionary of parameters. |
Definition at line 43 of file OgreParticleSystemRenderer.h.
|
Constructor.
Definition at line 47 of file OgreParticleSystemRenderer.h. |
|
Destructor.
Definition at line 49 of file OgreParticleSystemRenderer.h. |
|
Create a new ParticleVisualData instance for attachment to a particle.
Definition at line 91 of file OgreParticleSystemRenderer.h. |
|
Destroy a ParticleVisualData instance.
Definition at line 99 of file OgreParticleSystemRenderer.h. |
|
Gets the desired particles sort mode of this renderer.
Implemented in Ogre::BillboardParticleRenderer. |
|
Delegated to by ParticleSystem::_notifyAttached.
Implemented in Ogre::BillboardParticleRenderer. |
|
Delegated to by ParticleSystem::_notifyCurrentCamera.
Implemented in Ogre::BillboardParticleRenderer. |
|
Tells the renderer that the particle default size has changed.
Implemented in Ogre::BillboardParticleRenderer. |
|
Optional callback notified when particles cleared.
Definition at line 83 of file OgreParticleSystemRenderer.h. |
|
Optional callback notified when particle emitted.
Definition at line 77 of file OgreParticleSystemRenderer.h. |
|
Optional callback notified when particle expired.
Definition at line 79 of file OgreParticleSystemRenderer.h. |
|
Optional callback notified when particles moved.
Definition at line 81 of file OgreParticleSystemRenderer.h. |
|
Tells the renderer that the particle quota has changed.
Implemented in Ogre::BillboardParticleRenderer. |
|
Optional callback notified when particles are resized individually.
Reimplemented in Ogre::BillboardParticleRenderer. Definition at line 71 of file OgreParticleSystemRenderer.h. |
|
Optional callback notified when particles are rotated.
Reimplemented in Ogre::BillboardParticleRenderer. Definition at line 69 of file OgreParticleSystemRenderer.h. |
|
Sets the material this renderer must use; called by ParticleSystem.
Implemented in Ogre::BillboardParticleRenderer. |
|
Delegated to by ParticleSystem::_updateRenderQueue.
Implemented in Ogre::BillboardParticleRenderer. |
|
Cleans up the static 'msDictionary' required to reset Ogre, otherwise the containers are left with invalid pointers, which will lead to a crash as soon as one of the ResourceManager implementers (e.g. MaterialManager) initializes. |
|
Method for copying this object's parameters to another object.
Definition at line 300 of file OgreStringInterface.h. References Ogre::ParamDictionary::mParamDefs. |
|
Internal method for creating a parameter dictionary for the class, if it does not already exist.
Definition at line 176 of file OgreStringInterface.h. |
|
Definition at line 213 of file OgreStringInterface.h. |
|
Retrieves the parameter dictionary for this class.
Definition at line 200 of file OgreStringInterface.h. |
|
Generic parameter retrieval method.
Definition at line 269 of file OgreStringInterface.h. References Ogre::ParamCommand::doGet(), and Ogre::ParamDictionary::getParamCommand(). |
|
Retrieves a list of parameters valid for this object.
|
|
Gets the type of this renderer - must be implemented by subclasses.
Implemented in Ogre::BillboardParticleRenderer. |
|
Setting carried over from ParticleSystem.
Implemented in Ogre::BillboardParticleRenderer. |
|
Generic parameter setting method.
|
|
Generic multiple parameter setting method.
|
|
Sets which render queue group this renderer should target with it's output.
Implemented in Ogre::BillboardParticleRenderer. |
|
Class name for this instance to be used as a lookup (must be initialised by subclasses).
Definition at line 164 of file OgreStringInterface.h. |
|
Dictionary of parameters.
Definition at line 161 of file OgreStringInterface.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Thu Dec 27 15:20:47 2007