![]() |
OGRE
1.10.11
Object-Oriented Graphics Rendering Engine
|
Particle Effects (Emmiters, Affectors) More...
Classes | |
class | Ogre::AreaEmitter |
Particle emitter which emits particles randomly from points inside an area (box, sphere, ellipsoid whatever subclasses choose to be). More... | |
class | Ogre::BoxEmitter |
Particle emitter which emits particles randomly from points inside a box. More... | |
class | Ogre::ColourFaderAffector |
This plugin subclass of ParticleAffector allows you to alter the colour of particles. More... | |
class | Ogre::ColourFaderAffector2 |
This plugin subclass of ParticleAffector allows you to alter the colour of particles. More... | |
class | Ogre::CylinderEmitter |
Particle emitter which emits particles randomly from points inside a cylinder. More... | |
class | Ogre::DeflectorPlaneAffector |
This class defines a ParticleAffector which deflects particles. More... | |
class | Ogre::DirectionRandomiserAffector |
This class defines a ParticleAffector which applies randomness to the movement of the particles. More... | |
class | Ogre::DirectionRandomiserAffector::CmdKeepVelocity |
Command object for keep_velocity (see ParamCommand). More... | |
class | Ogre::DirectionRandomiserAffector::CmdRandomness |
Command object for randomness (see ParamCommand). More... | |
class | Ogre::DirectionRandomiserAffector::CmdScope |
Command object for scope (see ParamCommand). More... | |
class | Ogre::EllipsoidEmitter |
Particle emitter which emits particles randomly from points inside an ellipsoid. More... | |
class | Ogre::HollowEllipsoidEmitter |
Particle emitter which emits particles randomly from points inside a hollow ellipsoid. More... | |
class | Ogre::LinearForceAffector |
This class defines a ParticleAffector which applies a linear force to particles in a system. More... | |
class | Ogre::PointEmitter |
Particle emitter which emits particles from a single point. More... | |
class | Ogre::RingEmitter |
Particle emitter which emits particles randomly from points inside a ring (e.g. More... | |
class | Ogre::RotationAffector |
This plugin subclass of ParticleAffector allows you to alter the rotation of particles. More... | |
class | Ogre::ScaleAffector |
This plugin subclass of ParticleAffector allows you to alter the scale of particles. More... | |
Functions | |
Ogre::DirectionRandomiserAffector::DirectionRandomiserAffector (ParticleSystem *psys) | |
Default constructor. More... | |
void | Ogre::DirectionRandomiserAffector::_affectParticles (ParticleSystem *pSystem, Real timeElapsed) |
See ParticleAffector. More... | |
String | Ogre::DirectionRandomiserAffector::CmdRandomness::doGet (const void *target) const |
String | Ogre::DirectionRandomiserAffector::CmdScope::doGet (const void *target) const |
String | Ogre::DirectionRandomiserAffector::CmdKeepVelocity::doGet (const void *target) const |
void | Ogre::DirectionRandomiserAffector::CmdRandomness::doSet (void *target, const String &val) |
void | Ogre::DirectionRandomiserAffector::CmdScope::doSet (void *target, const String &val) |
void | Ogre::DirectionRandomiserAffector::CmdKeepVelocity::doSet (void *target, const String &val) |
bool | Ogre::DirectionRandomiserAffector::getKeepVelocity (void) const |
Gets flag which detemines whether particle speed is changed. More... | |
Real | Ogre::DirectionRandomiserAffector::getRandomness (void) const |
Gets the randomness to apply to the particles in a system. More... | |
Real | Ogre::DirectionRandomiserAffector::getScope (void) const |
Gets the scope (percentage of particles which are randomised). More... | |
void | Ogre::DirectionRandomiserAffector::setKeepVelocity (bool keepVelocity) |
Set flag which detemines whether particle speed is changed. More... | |
void | Ogre::DirectionRandomiserAffector::setRandomness (Real force) |
Sets the randomness to apply to the particles in a system. More... | |
void | Ogre::DirectionRandomiserAffector::setScope (Real force) |
Sets the scope (percentage of particles which are randomised). More... | |
Variables | |
static CmdKeepVelocity | Ogre::DirectionRandomiserAffector::msKeepVelocityCmd |
static CmdRandomness | Ogre::DirectionRandomiserAffector::msRandomnessCmd |
Command objects. More... | |
static CmdScope | Ogre::DirectionRandomiserAffector::msScopeCmd |
Particle Effects (Emmiters, Affectors)
|
virtual |
Implements Ogre::ParamCommand.
|
virtual |
Implements Ogre::ParamCommand.
|
virtual |
Implements Ogre::ParamCommand.
|
virtual |
Implements Ogre::ParamCommand.
|
virtual |
Implements Ogre::ParamCommand.
|
virtual |
Implements Ogre::ParamCommand.
Ogre::DirectionRandomiserAffector::DirectionRandomiserAffector | ( | ParticleSystem * | psys | ) |
Default constructor.
|
virtual |
See ParticleAffector.
Implements Ogre::ParticleAffector.
void Ogre::DirectionRandomiserAffector::setRandomness | ( | Real | force | ) |
Sets the randomness to apply to the particles in a system.
void Ogre::DirectionRandomiserAffector::setScope | ( | Real | force | ) |
Sets the scope (percentage of particles which are randomised).
void Ogre::DirectionRandomiserAffector::setKeepVelocity | ( | bool | keepVelocity | ) |
Set flag which detemines whether particle speed is changed.
Real Ogre::DirectionRandomiserAffector::getRandomness | ( | void | ) | const |
Gets the randomness to apply to the particles in a system.
Real Ogre::DirectionRandomiserAffector::getScope | ( | void | ) | const |
Gets the scope (percentage of particles which are randomised).
bool Ogre::DirectionRandomiserAffector::getKeepVelocity | ( | void | ) | const |
Gets flag which detemines whether particle speed is changed.
|
static |
Command objects.
|
static |
|
static |