#include <OgreBillboardParticleRenderer.h>
Inheritance diagram for Ogre::BillboardParticleRenderer:

Public Member Functions | ||||
| BillboardParticleRenderer () | ||||
| ~BillboardParticleRenderer () | ||||
| void | setBillboardType (BillboardType bbt) | |||
| Sets the type of billboard to render. | ||||
| BillboardType | getBillboardType (void) const | |||
| Returns the billboard type in use. | ||||
| void | setUseAccurateFacing (bool acc) | |||
| ||||
| bool | getUseAccurateFacing (void) const | |||
| | ||||
| void | setBillboardOrigin (BillboardOrigin origin) | |||
| Sets the point which acts as the origin point for all billboards in this set. | ||||
| BillboardOrigin | getBillboardOrigin (void) const | |||
| Gets the point which acts as the origin point for all billboards in this set. | ||||
| void | setBillboardRotationType (BillboardRotationType rotationType) | |||
| Sets billboard rotation type. | ||||
| BillboardRotationType | getBillboardRotationType (void) const | |||
| Sets billboard rotation type. | ||||
| void | setCommonDirection (const Vector3 &vec) | |||
| Use this to specify the common direction given to billboards of type BBT_ORIENTED_COMMON. | ||||
| const Vector3 & | getCommonDirection (void) const | |||
| Gets the common direction for all billboards (BBT_ORIENTED_COMMON). | ||||
| void | setCommonUpVector (const Vector3 &vec) | |||
| Use this to specify the common up-vector given to billboards of type BBT_PERPENDICULAR_SELF. | ||||
| const Vector3 & | getCommonUpVector (void) const | |||
| Gets the common up-vector for all billboards (BBT_PERPENDICULAR_SELF). | ||||
| void | setPointRenderingEnabled (bool enabled) | |||
| ||||
| bool | isPointRenderingEnabled (void) const | |||
| | ||||
| const String & | getType (void) const | |||
| | ||||
| void | _updateRenderQueue (RenderQueue *queue, std::list< Particle * > ¤tParticles, bool cullIndividually) | |||
| ||||
| void | _setMaterial (MaterialPtr &mat) | |||
| | ||||
| void | _notifyCurrentCamera (Camera *cam) | |||
| | ||||
| void | _notifyParticleRotated (void) | |||
| | ||||
| void | _notifyParticleResized (void) | |||
| | ||||
| void | _notifyParticleQuota (size_t quota) | |||
| | ||||
| void | _notifyAttached (Node *parent, bool isTagPoint=false) | |||
| | ||||
| void | _notifyDefaultDimensions (Real width, Real height) | |||
| | ||||
| void | setRenderQueueGroup (uint8 queueID) | |||
| | ||||
| void | setKeepParticlesInLocalSpace (bool keepLocal) | |||
| | ||||
| SortMode | _getSortMode (void) const | |||
| | ||||
| BillboardSet * | getBillboardSet (void) const | |||
| Access BillboardSet in use. | ||||
| 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. | ||||
| 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 | ||||
| BillboardSet * | mBillboardSet | |||
| The billboard set that's doing the rendering. | ||||
| String | mParamDictName | |||
| Class name for this instance to be used as a lookup (must be initialised by subclasses). | ||||
Static Protected Attributes | ||||
| static CmdBillboardType | msBillboardTypeCmd | |||
| static CmdBillboardOrigin | msBillboardOriginCmd | |||
| static CmdBillboardRotationType | msBillboardRotationTypeCmd | |||
| static CmdCommonDirection | msCommonDirectionCmd | |||
| static CmdCommonUpVector | msCommonUpVectorCmd | |||
| static CmdPointRendering | msPointRenderingCmd | |||
| static CmdAccurateFacing | msAccurateFacingCmd | |||
| static ParamDictionaryMap | msDictionary | |||
| Dictionary of parameters. | ||||
Classes | ||||
| class | CmdAccurateFacing | |||
| Command object for accurate facing(see ParamCommand). More... | ||||
| class | CmdBillboardOrigin | |||
| Command object for billboard origin (see ParamCommand). More... | ||||
| class | CmdBillboardRotationType | |||
| Command object for billboard rotation type (see ParamCommand). More... | ||||
| class | CmdBillboardType | |||
| Command object for billboard type (see ParamCommand). More... | ||||
| class | CmdCommonDirection | |||
| Command object for common direction (see ParamCommand). More... | ||||
| class | CmdCommonUpVector | |||
| Command object for common up-vector (see ParamCommand). More... | ||||
| class | CmdPointRendering | |||
| Command object for point rendering (see ParamCommand). More... | ||||
Definition at line 45 of file OgreBillboardParticleRenderer.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. |
|
|
Implements Ogre::ParticleSystemRenderer. |
|
||||||||||||
|
Implements Ogre::ParticleSystemRenderer. |
|
|
Implements Ogre::ParticleSystemRenderer. |
|
||||||||||||
|
Implements Ogre::ParticleSystemRenderer. |
|
|
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. |
|
|
Implements Ogre::ParticleSystemRenderer. |
|
|
Reimplemented from Ogre::ParticleSystemRenderer. |
|
|
Reimplemented from Ogre::ParticleSystemRenderer. |
|
|
Implements Ogre::ParticleSystemRenderer. |
|
||||||||||||||||
|
Implements Ogre::ParticleSystemRenderer. |
|
|
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. |
|
|
Gets the point which acts as the origin point for all billboards in this set.
Definition at line 141 of file OgreBillboardParticleRenderer.h. |
|
|
Sets billboard rotation type.
|
|
|
Access BillboardSet in use.
Definition at line 221 of file OgreBillboardParticleRenderer.h. |
|
|
Returns the billboard type in use.
|
|
|
Gets the common direction for all billboards (BBT_ORIENTED_COMMON).
|
|
|
Gets the common up-vector for all billboards (BBT_PERPENDICULAR_SELF).
|
|
|
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.
|
|
|
Implements Ogre::ParticleSystemRenderer. |
|
|
|
|
|
|
|
|
Sets the point which acts as the origin point for all billboards in this set.
Definition at line 135 of file OgreBillboardParticleRenderer.h. |
|
|
Sets billboard rotation type.
|
|
|
Sets the type of billboard to render.
|
|
|
Use this to specify the common direction given to billboards of type BBT_ORIENTED_COMMON.
|
|
|
Use this to specify the common up-vector given to billboards of type BBT_PERPENDICULAR_SELF.
|
|
|
Implements Ogre::ParticleSystemRenderer. |
|
||||||||||||
|
Generic parameter setting method.
|
|
|
Generic multiple parameter setting method.
|
|
|
|
|
|
Implements Ogre::ParticleSystemRenderer. |
|
|
|
|
|
The billboard set that's doing the rendering.
Definition at line 49 of file OgreBillboardParticleRenderer.h. |
|
|
Class name for this instance to be used as a lookup (must be initialised by subclasses).
Definition at line 164 of file OgreStringInterface.h. |
|
|
Definition at line 230 of file OgreBillboardParticleRenderer.h. |
|
|
Definition at line 225 of file OgreBillboardParticleRenderer.h. |
|
|
Definition at line 226 of file OgreBillboardParticleRenderer.h. |
|
|
Definition at line 224 of file OgreBillboardParticleRenderer.h. |
|
|
Definition at line 227 of file OgreBillboardParticleRenderer.h. |
|
|
Definition at line 228 of file OgreBillboardParticleRenderer.h. |
|
|
Dictionary of parameters.
Definition at line 161 of file OgreStringInterface.h. |
|
|
Definition at line 229 of file OgreBillboardParticleRenderer.h. |
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Sep 30 10:51:04 2007