#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 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 | |
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 | |
ParamDictionaryMap | msDictionary |
Dictionary of parameters. |
Definition at line 39 of file OgreParticleSystemRenderer.h.
|
Constructor.
Definition at line 43 of file OgreParticleSystemRenderer.h. |
|
Destructor.
Definition at line 45 of file OgreParticleSystemRenderer.h. |
|
Create a new ParticleVisualData instance for attachment to a particle.
Definition at line 79 of file OgreParticleSystemRenderer.h. |
|
Destroy a ParticleVisualData instance.
Definition at line 87 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. |
|
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 67 of file OgreParticleSystemRenderer.h. |
|
Optional callback notified when particles are rotated.
Reimplemented in Ogre::BillboardParticleRenderer. Definition at line 65 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 296 of file OgreStringInterface.h. References Ogre::ParamDictionary::mParamDefs, and Ogre::StringInterface::setParameter(). |
|
Internal method for creating a parameter dictionary for the class, if it does not already exist.
Definition at line 172 of file OgreStringInterface.h. References Ogre::String. |
|
Definition at line 209 of file OgreStringInterface.h. |
|
Retrieves the parameter dictionary for this class.
Definition at line 196 of file OgreStringInterface.h. |
|
Generic parameter retrieval method.
Definition at line 265 of file OgreStringInterface.h. References Ogre::ParamCommand::doGet(), Ogre::ParamDictionary::getParamCommand(), and Ogre::String. |
|
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.
Referenced by Ogre::StringInterface::copyParametersTo(). |
|
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 160 of file OgreStringInterface.h. |
|
Dictionary of parameters.
Definition at line 157 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 Sun Mar 12 14:41:21 2006