#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 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 | ||
CmdBillboardOrigin | msBillboardOriginCmd | ||
CmdBillboardRotationType | msBillboardRotationTypeCmd | ||
CmdCommonDirection | msCommonDirectionCmd | ||
CmdCommonUpVector | msCommonUpVectorCmd | ||
CmdPointRendering | msPointRenderingCmd | ||
CmdAccurateFacing | msAccurateFacingCmd | ||
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 79 of file OgreParticleSystemRenderer.h. |
|
Destroy a ParticleVisualData instance.
Definition at line 87 of file OgreParticleSystemRenderer.h. |
|
Implements Ogre::ParticleSystemRenderer. |
|
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 137 of file OgreBillboardParticleRenderer.h. References Ogre::BillboardOrigin. |
|
Sets billboard rotation type.
|
|
Access BillboardSet in use.
Definition at line 217 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 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 131 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.
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 226 of file OgreBillboardParticleRenderer.h. |
|
Definition at line 221 of file OgreBillboardParticleRenderer.h. |
|
Definition at line 222 of file OgreBillboardParticleRenderer.h. |
|
Definition at line 220 of file OgreBillboardParticleRenderer.h. |
|
Definition at line 223 of file OgreBillboardParticleRenderer.h. |
|
Definition at line 224 of file OgreBillboardParticleRenderer.h. |
|
Dictionary of parameters.
Definition at line 157 of file OgreStringInterface.h. |
|
Definition at line 225 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 Mar 12 14:38:10 2006