#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 | 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 | 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). | |
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 (RenderQueueGroupID queueID) |
| |
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 | |
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 | |
CmdBillboardType | msBillboardTypeCmd |
CmdCommonDirection | msCommonDirectionCmd |
ParamDictionaryMap | msDictionary |
Dictionary of parameters. |
Definition at line 41 of file OgreBillboardParticleRenderer.h.
|
|
|
|
|
Create a new ParticleVisualData instance for attachment to a particle.
Definition at line 78 of file OgreParticleSystemRenderer.h. |
|
Destroy a ParticleVisualData instance.
Definition at line 86 of file OgreParticleSystemRenderer.h. |
|
Implements Ogre::ParticleSystemRenderer. |
|
Implements Ogre::ParticleSystemRenderer. |
|
Implements Ogre::ParticleSystemRenderer. |
|
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 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. |
|
Gets the point which acts as the origin point for all billboards in this set.
Definition at line 97 of file OgreBillboardParticleRenderer.h. References Ogre::BillboardOrigin. |
|
Returns the billboard type in use.
|
|
Gets the common direction for all billboards (BBT_ORIENTED_COMMON).
|
|
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.
|
|
Implements Ogre::ParticleSystemRenderer. |
|
Sets the point which acts as the origin point for all billboards in this set.
Definition at line 91 of file OgreBillboardParticleRenderer.h. |
|
Sets the type of billboard to render.
|
|
Use this to specify the common direction given to billboards of type BBT_ORIENTED_COMMON.
|
|
Generic parameter setting method.
Referenced by Ogre::StringInterface::copyParametersTo(). |
|
Generic multiple parameter setting method.
|
|
Implements Ogre::ParticleSystemRenderer. |
|
The billboard set that's doing the rendering.
Definition at line 45 of file OgreBillboardParticleRenderer.h. |
|
Class name for this instance to be used as a lookup (must be initialised by subclasses).
Definition at line 160 of file OgreStringInterface.h. |
|
Definition at line 134 of file OgreBillboardParticleRenderer.h. |
|
Definition at line 135 of file OgreBillboardParticleRenderer.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 Feb 12 13:00:07 2006