![]() |
OGRE 1.12.10
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... | |
Particle Effects (Emmiters, Affectors)
void Ogre::DirectionRandomiserAffector::CmdKeepVelocity::doSet | ( | void * | target, |
const String & | val | ||
) |
Ogre::DirectionRandomiserAffector::DirectionRandomiserAffector | ( | ParticleSystem * | psys | ) |
Default constructor.
|
virtual |
See ParticleAffector.
Implements Ogre::ParticleAffector.
Sets the randomness to apply to the particles in a system.
Sets the scope (percentage of particles which are randomised).
Set flag which detemines whether particle speed is changed.
Gets the randomness to apply to the particles in a system.
Gets the scope (percentage of particles which are randomised).
Gets flag which detemines whether particle speed is changed.
|
static |
Command objects.
|
static |
|
static |