![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
This plugin subclass of ParticleAffector allows you to alter the colour of particles. More...
#include <OgreColourFaderAffector2.h>
Classes | |
class | CmdAlphaAdjust1 |
Command object for alpha adjust (see ParamCommand). More... | |
class | CmdAlphaAdjust2 |
Command object for alpha adjust (see ParamCommand). More... | |
class | CmdBlueAdjust1 |
Command object for blue adjust (see ParamCommand). More... | |
class | CmdBlueAdjust2 |
Command object for blue adjust (see ParamCommand). More... | |
class | CmdGreenAdjust1 |
Command object for green adjust (see ParamCommand). More... | |
class | CmdGreenAdjust2 |
Command object for green adjust (see ParamCommand). More... | |
class | CmdRedAdjust1 |
Command object for red adjust (see ParamCommand). More... | |
class | CmdRedAdjust2 |
Command object for red adjust (see ParamCommand). More... | |
class | CmdStateChange |
Command object for alpha adjust (see ParamCommand). More... | |
Public Member Functions | |
ColourFaderAffector2 (ParticleSystem *psys) | |
Default constructor. | |
void | _affectParticles (ParticleSystem *pSystem, Real timeElapsed) |
See ParticleAffector. | |
float | getAlphaAdjust1 (void) const |
Gets the alpha adjustment to be made per second to particles. | |
float | getAlphaAdjust2 (void) const |
float | getBlueAdjust1 (void) const |
Gets the blue adjustment to be made per second to particles. | |
float | getBlueAdjust2 (void) const |
float | getGreenAdjust1 (void) const |
Gets the green adjustment to be made per second to particles. | |
float | getGreenAdjust2 (void) const |
float | getRedAdjust1 (void) const |
Gets the red adjustment to be made per second to particles. | |
float | getRedAdjust2 (void) const |
Real | getStateChange (void) const |
void | setAdjust1 (float red, float green, float blue, float alpha=0.0) |
Sets the colour adjustment to be made per second to particles. | |
void | setAdjust2 (float red, float green, float blue, float alpha=0.0) |
void | setAlphaAdjust1 (float alpha) |
Sets the alpha adjustment to be made per second to particles. | |
void | setAlphaAdjust2 (float alpha) |
void | setBlueAdjust1 (float blue) |
Sets the blue adjustment to be made per second to particles. | |
void | setBlueAdjust2 (float blue) |
void | setGreenAdjust1 (float green) |
Sets the green adjustment to be made per second to particles. | |
void | setGreenAdjust2 (float green) |
void | setRedAdjust1 (float red) |
Sets the red adjustment to be made per second to particles. | |
void | setRedAdjust2 (float red) |
void | setStateChange (Real NewValue) |
![]() | |
ParticleAffector (ParticleSystem *parent) | |
virtual | ~ParticleAffector () |
Virtual destructor essential. | |
virtual void | _initParticle (Particle *pParticle) |
Method called to allow the affector to initialize all newly created particles in the system. | |
const String & | getType (void) const |
Returns the name of the type of affector. | |
![]() | |
StringInterface () | |
virtual | ~StringInterface () |
Virtual destructor, see Effective C++. | |
void | copyParametersTo (StringInterface *dest) const |
Method for copying this object's parameters to another object. | |
ParamDictionary * | getParamDictionary (void) |
Retrieves the parameter dictionary for this class. | |
const ParamDictionary * | getParamDictionary (void) const |
String | getParameter (const String &name) const |
Generic parameter retrieval method. | |
const ParameterList & | getParameters (void) const |
Retrieves a list of parameters valid for this object. | |
bool | setParameter (const String &name, const String &value) |
Generic parameter setting method. | |
void | setParameterList (const NameValuePairList ¶mList) |
Generic multiple parameter setting method. | |
Additional Inherited Members | |
![]() | |
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. | |
This plugin subclass of ParticleAffector allows you to alter the colour of particles.
Ogre::ColourFaderAffector2::ColourFaderAffector2 | ( | ParticleSystem * | psys | ) |
Default constructor.
|
virtual |
See ParticleAffector.
Implements Ogre::ParticleAffector.
void Ogre::ColourFaderAffector2::setAdjust1 | ( | float | red, |
float | green, | ||
float | blue, | ||
float | alpha = 0.0 |
||
) |
Sets the colour adjustment to be made per second to particles.
red,green,blue,alpha | Sets the adjustment to be made to each of the colour components per second. These values will be added to the colour of all particles every second, scaled over each frame for a smooth adjustment. |
void Ogre::ColourFaderAffector2::setAdjust2 | ( | float | red, |
float | green, | ||
float | blue, | ||
float | alpha = 0.0 |
||
) |
Sets the red adjustment to be made per second to particles.
red | The adjustment to be made to the colour component per second. This value will be added to the colour of all particles every second, scaled over each frame for a smooth adjustment. |
Gets the red adjustment to be made per second to particles.
Sets the green adjustment to be made per second to particles.
green | The adjustment to be made to the colour component per second. This value will be added to the colour of all particles every second, scaled over each frame for a smooth adjustment. |
Gets the green adjustment to be made per second to particles.
Sets the blue adjustment to be made per second to particles.
blue | The adjustment to be made to the colour component per second. This value will be added to the colour of all particles every second, scaled over each frame for a smooth adjustment. |
Gets the blue adjustment to be made per second to particles.
Sets the alpha adjustment to be made per second to particles.
alpha | The adjustment to be made to the colour component per second. This value will be added to the colour of all particles every second, scaled over each frame for a smooth adjustment. |
Gets the alpha adjustment to be made per second to particles.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |