#include <OgreEllipsoidEmitter.h>
Inheritance diagram for Ogre::EllipsoidEmitter:
Public Methods | |
EllipsoidEmitter () | |
void | _initParticle (Particle *pParticle) |
See ParticleEmitter. | |
unsigned short | _getEmissionCount (Real timeElapsed) |
See ParticleEmitter. | |
void | setDirection (const Vector3 &direction) |
Overloaded to update the trans. | |
void | setSize (const Vector3 &size) |
Sets the size of the area from which particles are emitted. | |
void | setSize (Real x, Real y, Real z) |
Sets the size of the area from which particles are emitted. | |
void | setWidth (Real width) |
Sets the width (local x size) of the emitter. | |
Real | getWidth (void) const |
Gets the width (local x size) of the emitter. | |
void | setHeight (Real Height) |
Sets the height (local y size) of the emitter. | |
Real | getHeight (void) const |
Gets the height (local y size) of the emitter. | |
void | setDepth (Real Depth) |
Sets the depth (local y size) of the emitter. | |
Real | getDepth (void) const |
Gets the depth (local y size) of the emitter. | |
virtual void | setPosition (const Vector3 &pos) |
Sets the position of this emitter relative to the particle system center. | |
virtual const Vector3 & | getPosition (void) const |
Returns the position of this emitter relative to thte center of the particle system. | |
virtual const Vector3 & | getDirection (void) const |
Returns the base direction of the emitter. | |
virtual void | setAngle (const Radian &angle) |
Sets the maximum angle away from the emitter direction which particle will be emitted. | |
virtual const Radian & | getAngle (void) const |
Returns the maximum angle which the initial particle direction can deviate from the emitters base direction. | |
virtual void | setParticleVelocity (Real speed) |
Sets the initial velocity of particles emitted. | |
virtual void | setParticleVelocity (Real min, Real max) |
Sets the initial velocity range of particles emitted. | |
virtual void | setMinParticleVelocity (Real min) |
Returns the minimum particle velocity. | |
virtual void | setMaxParticleVelocity (Real max) |
Returns the maximum particle velocity. | |
virtual Real | getParticleVelocity (void) const |
Returns the initial velocity of particles emitted. | |
virtual Real | getMinParticleVelocity (void) const |
Returns the minimum particle velocity. | |
virtual Real | getMaxParticleVelocity (void) const |
Returns the maximum particle velocity. | |
virtual void | setEmissionRate (Real particlesPerSecond) |
Sets the emission rate for this emitter. | |
virtual Real | getEmissionRate (void) const |
Returns the emission rate set for this emitter. | |
virtual void | setTimeToLive (Real ttl) |
Sets the lifetime of all particles emitted. | |
virtual void | setTimeToLive (Real minTtl, Real maxTtl) |
Sets the range of lifetime for particles emitted. | |
virtual void | setMinTimeToLive (Real min) |
Sets the minimum time each particle will live for. | |
virtual void | setMaxTimeToLive (Real max) |
Sets the maximum time each particle will live for. | |
virtual Real | getTimeToLive (void) const |
Gets the time each particle will live for. | |
virtual Real | getMinTimeToLive (void) const |
Gets the minimum time each particle will live for. | |
virtual Real | getMaxTimeToLive (void) const |
Gets the maximum time each particle will live for. | |
virtual void | setColour (const ColourValue &colour) |
Sets the initial colour of particles emitted. | |
virtual void | setColour (const ColourValue &colourStart, const ColourValue &colourEnd) |
Sets the range of colours for emitted particles. | |
virtual void | setColourRangeStart (const ColourValue &colour) |
Sets the minimum colour of particles to be emitted. | |
virtual void | setColourRangeEnd (const ColourValue &colour) |
Sets the maximum colour of particles to be emitted. | |
virtual const ColourValue & | getColour (void) const |
Gets the colour of particles to be emitted. | |
virtual const ColourValue & | getColourRangeStart (void) const |
Gets the minimum colour of particles to be emitted. | |
virtual const ColourValue & | getColourRangeEnd (void) const |
Gets the maximum colour of particles to be emitted. | |
String | getType (void) |
Returns the name of the type of emitter. | |
virtual void | setEnabled (bool enabled) |
Sets whether or not the emitter is enabled. | |
virtual bool | getEnabled (void) const |
Gets the flag indicating if this emitter is enabled or not. | |
virtual void | setStartTime (Real startTime) |
Sets the 'start time' of this emitter. | |
virtual Real | getStartTime (void) const |
Gets the start time of the emitter. | |
virtual void | setDuration (Real duration) |
Sets the duration of the emitter. | |
virtual void | setDuration (Real min, Real max) |
Sets the range of random duration for this emitter. | |
virtual Real | getDuration (void) const |
Gets the duration of the emitter from when it is created or re-enabled. | |
virtual void | setMinDuration (Real min) |
Sets the minimum duration of this emitter in seconds (see setDuration for more details). | |
virtual void | setMaxDuration (Real max) |
Sets the maximum duration of this emitter in seconds (see setDuration for more details). | |
virtual Real | getMinDuration (void) const |
Gets the minimum duration of this emitter in seconds (see setDuration for more details). | |
virtual Real | getMaxDuration (void) const |
Gets the maximum duration of this emitter in seconds (see setDuration for more details). | |
virtual void | setRepeatDelay (Real duration) |
Sets the time between repeats of the emitter. | |
virtual void | setRepeatDelay (Real min, Real max) |
Sets the range of random duration for this emitter. | |
virtual Real | getRepeatDelay (void) const |
Gets the duration of the emitter from when it is created or re-enabled. | |
virtual void | setMinRepeatDelay (Real min) |
Sets the minimum duration of this emitter in seconds (see setRepeatDelay for more details). | |
virtual void | setMaxRepeatDelay (Real max) |
Sets the maximum duration of this emitter in seconds (see setRepeatDelay for more details). | |
virtual Real | getMinRepeatDelay (void) const |
Gets the minimum duration of this emitter in seconds (see setRepeatDelay for more details). | |
virtual Real | getMaxRepeatDelay (void) const |
Gets the maximum duration of this emitter in seconds (see setRepeatDelay for more details). | |
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 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 Methods | |
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 Methods | |
void | genAreaAxes (void) |
Internal method for generating the area axes. | |
bool | initDefaults (const String &mType) |
Internal for initializing some defaults and parameters. | |
virtual void | genEmissionDirection (Vector3 &destVector) |
Internal utility method for generating particle exit direction. | |
virtual void | genEmissionVelocity (Vector3 &destVector) |
Internal utility method to apply velocity to a particle direction. | |
virtual Real | genEmissionTTL (void) |
Internal utility method for generating a time-to-live for a particle. | |
virtual void | genEmissionColour (ColourValue &destColour) |
Internal utility method for generating a colour for a particle. | |
virtual unsigned short | genConstantEmissionCount (Real timeElapsed) |
Internal utility method for generating an emission count based on a constant emission rate. | |
void | addBaseParameters (void) |
Internal method for setting up the basic parameter definitions for a subclass. | |
void | initDurationRepeat (void) |
Internal method for initialising the duration & repeat of an emitter. | |
bool | createParamDictionary (const String &className) |
Internal method for creating a parameter dictionary for the class, if it does not already exist. | |
Protected Attributes | |
Vector3 | mSize |
Size of the area. | |
Vector3 | mXRange |
Local axes, not normalised, their magnitude reflects area size. | |
Vector3 | mYRange |
Local axes, not normalised, their magnitude reflects area size. | |
Vector3 | mZRange |
Local axes, not normalised, their magnitude reflects area size. | |
Vector3 | mPosition |
Position relative to the center of the ParticleSystem. | |
Real | mEmissionRate |
Rate in particles per second at which this emitter wishes to emit particles. | |
String | mType |
Name of the type of emitter, MUST be initialised by subclasses. | |
Vector3 | mDirection |
Base direction of the emitter, may not be used by some emitters. | |
Vector3 | mUp |
Radian | mAngle |
Angle around direction which particles may be emitted, internally radians but angleunits for interface. | |
Real | mMinSpeed |
Min speed of particles. | |
Real | mMaxSpeed |
Max speed of particles. | |
Real | mMinTTL |
Initial time-to-live of particles (min). | |
Real | mMaxTTL |
Initial time-to-live of particles (max). | |
ColourValue | mColourRangeStart |
Initial colour of particles (range start). | |
ColourValue | mColourRangeEnd |
Initial colour of particles (range end). | |
bool | mEnabled |
Whether this emitter is currently enabled (defaults to true). | |
Real | mStartTime |
Start time (in seconds from start of first call to ParticleSystem to update). | |
Real | mDurationMin |
Minimum length of time emitter will run for (0 = forever). | |
Real | mDurationMax |
Maximum length of time the emitter will run for (0 = forever). | |
Real | mDurationRemain |
Current duration remainder. | |
Real | mRepeatDelayMin |
Time between each repeat. | |
Real | mRepeatDelayMax |
Real | mRepeatDelayRemain |
Repeat delay left. | |
Real | mRemainder |
String | mParamDictName |
Class name for this instance to be used as a lookup (must be initialised by subclasses). | |
Static Protected Attributes | |
CmdWidth | msWidthCmd |
Command objects. | |
CmdHeight | msHeightCmd |
CmdDepth | msDepthCmd |
EmitterCommands::CmdAngle | msAngleCmd |
EmitterCommands::CmdColour | msColourCmd |
EmitterCommands::CmdColourRangeStart | msColourRangeStartCmd |
EmitterCommands::CmdColourRangeEnd | msColourRangeEndCmd |
EmitterCommands::CmdDirection | msDirectionCmd |
EmitterCommands::CmdEmissionRate | msEmissionRateCmd |
EmitterCommands::CmdMaxTTL | msMaxTTLCmd |
EmitterCommands::CmdMaxVelocity | msMaxVelocityCmd |
EmitterCommands::CmdMinTTL | msMinTTLCmd |
EmitterCommands::CmdMinVelocity | msMinVelocityCmd |
EmitterCommands::CmdPosition | msPositionCmd |
EmitterCommands::CmdTTL | msTTLCmd |
EmitterCommands::CmdVelocity | msVelocityCmd |
EmitterCommands::CmdDuration | msDurationCmd |
EmitterCommands::CmdMinDuration | msMinDurationCmd |
EmitterCommands::CmdMaxDuration | msMaxDurationCmd |
EmitterCommands::CmdRepeatDelay | msRepeatDelayCmd |
EmitterCommands::CmdMinRepeatDelay | msMinRepeatDelayCmd |
EmitterCommands::CmdMaxRepeatDelay | msMaxRepeatDelayCmd |
ParamDictionaryMap | msDictionary |
Dictionary of parameters. |
Definition at line 42 of file OgreEllipsoidEmitter.h.
|
Definition at line 44 of file OgreEllipsoidEmitter.cpp. References Ogre::AreaEmitter::initDefaults(). |
|
See ParticleEmitter.
Implements Ogre::ParticleEmitter. Definition at line 75 of file OgreAreaEmitter.cpp. References Ogre::ParticleEmitter::genConstantEmissionCount(), and Ogre::Real. |
|
|
|
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. Definition at line 53 of file OgreStringInterface.cpp. References Ogre::StringInterface::msDictionary. |
|
Method for copying this object's parameters to another object.
Definition at line 293 of file OgreStringInterface.h. References Ogre::ParamDictionary::mParamDefs, and Ogre::StringInterface::setParameter(). Referenced by Ogre::GuiElement::clone(), Ogre::GuiElement::copyFromTemplate(), Ogre::GuiContainer::copyFromTemplate(), and Ogre::ParticleSystem::operator=(). |
|
|
Internal method for generating the area axes.
Definition at line 138 of file OgreAreaEmitter.cpp. References Ogre::Vector3::crossProduct(), Ogre::ParticleEmitter::mDirection, Ogre::AreaEmitter::mSize, Ogre::ParticleEmitter::mUp, Ogre::AreaEmitter::mXRange, Ogre::AreaEmitter::mYRange, Ogre::AreaEmitter::mZRange, Ogre::Vector3::x, Ogre::Vector3::y, and Ogre::Vector3::z. Referenced by Ogre::AreaEmitter::setDepth(), Ogre::AreaEmitter::setDirection(), Ogre::AreaEmitter::setHeight(), Ogre::AreaEmitter::setSize(), and Ogre::AreaEmitter::setWidth(). |
|
Internal utility method for generating an emission count based on a constant emission rate.
Definition at line 207 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mDurationRemain, Ogre::ParticleEmitter::mEmissionRate, Ogre::ParticleEmitter::mRemainder, Ogre::ParticleEmitter::mRepeatDelayRemain, Ogre::ParticleEmitter::mStartTime, Ogre::Real, and Ogre::ParticleEmitter::setEnabled(). Referenced by Ogre::PointEmitter::_getEmissionCount(), and Ogre::AreaEmitter::_getEmissionCount(). |
|
Internal utility method for generating a colour for a particle.
Definition at line 256 of file OgreParticleEmitter.cpp. References Ogre::ColourValue::a, Ogre::ColourValue::b, Ogre::ColourValue::g, Ogre::ParticleEmitter::mColourRangeEnd, Ogre::ParticleEmitter::mColourRangeStart, and Ogre::ColourValue::r. Referenced by Ogre::RingEmitter::_initParticle(), Ogre::PointEmitter::_initParticle(), Ogre::HollowEllipsoidEmitter::_initParticle(), _initParticle(), Ogre::CylinderEmitter::_initParticle(), and Ogre::BoxEmitter::_initParticle(). |
|
Internal utility method for generating particle exit direction.
Definition at line 159 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mAngle, Ogre::ParticleEmitter::mDirection, Ogre::ParticleEmitter::mUp, and Ogre::Vector3::randomDeviant(). Referenced by Ogre::RingEmitter::_initParticle(), Ogre::PointEmitter::_initParticle(), Ogre::HollowEllipsoidEmitter::_initParticle(), _initParticle(), Ogre::CylinderEmitter::_initParticle(), and Ogre::BoxEmitter::_initParticle(). |
|
Internal utility method for generating a time-to-live for a particle.
Definition at line 195 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMaxTTL, Ogre::ParticleEmitter::mMinTTL, and Ogre::Real. Referenced by Ogre::RingEmitter::_initParticle(), Ogre::PointEmitter::_initParticle(), Ogre::HollowEllipsoidEmitter::_initParticle(), _initParticle(), Ogre::CylinderEmitter::_initParticle(), and Ogre::BoxEmitter::_initParticle(). |
|
Internal utility method to apply velocity to a particle direction.
Definition at line 180 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMaxSpeed, Ogre::ParticleEmitter::mMinSpeed, and Ogre::Real. Referenced by Ogre::RingEmitter::_initParticle(), Ogre::PointEmitter::_initParticle(), Ogre::HollowEllipsoidEmitter::_initParticle(), _initParticle(), Ogre::CylinderEmitter::_initParticle(), and Ogre::BoxEmitter::_initParticle(). |
|
Returns the maximum angle which the initial particle direction can deviate from the emitters base direction.
Definition at line 111 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mAngle. |
|
Gets the colour of particles to be emitted.
Definition at line 405 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mColourRangeStart. |
|
Gets the maximum colour of particles to be emitted.
Definition at line 415 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mColourRangeEnd. |
|
Gets the minimum colour of particles to be emitted.
Definition at line 410 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mColourRangeStart. |
|
Gets the depth (local y size) of the emitter.
Definition at line 133 of file OgreAreaEmitter.cpp. References Ogre::AreaEmitter::mSize, Ogre::Real, and Ogre::Vector3::z. Referenced by Ogre::AreaEmitter::CmdDepth::doGet(). |
|
Returns the base direction of the emitter.
Definition at line 100 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mDirection. |
|
Gets the duration of the emitter from when it is created or re-enabled.
Definition at line 458 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mDurationMin, and Ogre::Real. |
|
Returns the emission rate set for this emitter.
Definition at line 132 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mEmissionRate, and Ogre::Real. |
|
Gets the flag indicating if this emitter is enabled or not.
Definition at line 437 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mEnabled. |
|
Gets the height (local y size) of the emitter.
Definition at line 122 of file OgreAreaEmitter.cpp. References Ogre::AreaEmitter::mSize, Ogre::Real, and Ogre::Vector3::y. Referenced by Ogre::AreaEmitter::CmdHeight::doGet(). |
|
Gets the maximum duration of this emitter in seconds (see setDuration for more details).
Definition at line 544 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mDurationMax, and Ogre::Real. |
|
Returns the maximum particle velocity.
Definition at line 365 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMaxSpeed, and Ogre::Real. |
|
Gets the maximum duration of this emitter in seconds (see setRepeatDelay for more details).
Definition at line 554 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mRepeatDelayMax, and Ogre::Real. |
|
Gets the maximum time each particle will live for.
Definition at line 390 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMaxTTL, and Ogre::Real. |
|
Gets the minimum duration of this emitter in seconds (see setDuration for more details).
Definition at line 539 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mDurationMin, and Ogre::Real. |
|
Returns the minimum particle velocity.
Definition at line 360 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMinSpeed, and Ogre::Real. |
|
Gets the minimum duration of this emitter in seconds (see setRepeatDelay for more details).
Definition at line 549 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mRepeatDelayMin, and Ogre::Real. |
|
Gets the minimum time each particle will live for.
Definition at line 385 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMinTTL, and Ogre::Real. |
|
Definition at line 206 of file OgreStringInterface.h. |
|
Retrieves the parameter dictionary for this class.
Definition at line 193 of file OgreStringInterface.h. Referenced by Ogre::TTYGuiElement::addBaseParameters(), Ogre::TextBoxGuiElement::addBaseParameters(), Ogre::TextAreaGuiElement::addBaseParameters(), Ogre::ScrollBarGuiElement::addBaseParameters(), Ogre::PopupMenuGuiElement::addBaseParameters(), Ogre::ParticleEmitter::addBaseParameters(), Ogre::PanelGuiElement::addBaseParameters(), Ogre::ListGuiElement::addBaseParameters(), Ogre::GuiElement::addBaseParameters(), Ogre::CursorGuiElement::addBaseParameters(), Ogre::ButtonGuiElement::addBaseParameters(), Ogre::BorderPanelGuiElement::addBaseParameters(), Ogre::BorderButtonGuiElement::addBaseParameters(), Ogre::ExternalTextureSource::addBaseParams(), Ogre::CgProgram::CgProgram(), Ogre::ColourFaderAffector::ColourFaderAffector(), Ogre::ColourFaderAffector2::ColourFaderAffector2(), Ogre::ColourImageAffector::ColourImageAffector(), Ogre::ColourInterpolatorAffector::ColourInterpolatorAffector(), Ogre::D3D9HLSLProgram::D3D9HLSLProgram(), Ogre::GLSLProgram::GLSLProgram(), Ogre::HollowEllipsoidEmitter::HollowEllipsoidEmitter(), Ogre::AreaEmitter::initDefaults(), Ogre::ParticleSystem::initParameters(), Ogre::LinearForceAffector::LinearForceAffector(), Ogre::RingEmitter::RingEmitter(), Ogre::RotationAffector::RotationAffector(), Ogre::ScaleAffector::ScaleAffector(), and Ogre::StringInterface::setParameter(). |
|
Generic parameter retrieval method.
Definition at line 262 of file OgreStringInterface.h. References Ogre::ParamCommand::doGet(), Ogre::ParamDictionary::getParamCommand(), and Ogre::String. |
|
Retrieves a list of parameters valid for this object.
Definition at line 224 of file OgreStringInterface.h. References Ogre::ParamDictionary::getParameters(), and Ogre::ParameterList. |
|
Returns the initial velocity of particles emitted.
Definition at line 355 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMinSpeed, and Ogre::Real. |
|
Returns the position of this emitter relative to thte center of the particle system.
Definition at line 86 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mPosition. |
|
Gets the duration of the emitter from when it is created or re-enabled.
Definition at line 515 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mRepeatDelayMin, and Ogre::Real. |
|
Gets the start time of the emitter.
Definition at line 448 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mStartTime, and Ogre::Real. |
|
Gets the time each particle will live for.
Definition at line 380 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMinTTL, and Ogre::Real. |
|
Returns the name of the type of emitter.
Definition at line 369 of file OgreParticleEmitter.h. References Ogre::String. Referenced by Ogre::ParticleSystemManager::_destroyEmitter(), Ogre::ParticleSystem::operator=(), and Ogre::ParticleSystemManager::parseEmitterAttrib(). |
|
Gets the width (local x size) of the emitter.
Definition at line 111 of file OgreAreaEmitter.cpp. References Ogre::AreaEmitter::mSize, Ogre::Real, and Ogre::Vector3::x. Referenced by Ogre::AreaEmitter::CmdWidth::doGet(). |
|
Internal for initializing some defaults and parameters.
Definition at line 41 of file OgreAreaEmitter.cpp. References Ogre::ParticleEmitter::addBaseParameters(), Ogre::ParamDictionary::addParameter(), Ogre::StringInterface::createParamDictionary(), Ogre::StringInterface::getParamDictionary(), Ogre::ParticleEmitter::mDirection, Ogre::AreaEmitter::msDepthCmd, Ogre::AreaEmitter::msHeightCmd, Ogre::AreaEmitter::msWidthCmd, Ogre::ParticleEmitter::mType, Ogre::ParticleEmitter::mUp, Ogre::PT_REAL, Ogre::AreaEmitter::setSize(), and Ogre::String. Referenced by Ogre::BoxEmitter::BoxEmitter(), Ogre::CylinderEmitter::CylinderEmitter(), EllipsoidEmitter(), Ogre::HollowEllipsoidEmitter::HollowEllipsoidEmitter(), and Ogre::RingEmitter::RingEmitter(). |
|
Internal method for initialising the duration & repeat of an emitter.
Definition at line 482 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mDurationMax, Ogre::ParticleEmitter::mDurationMin, Ogre::ParticleEmitter::mDurationRemain, Ogre::ParticleEmitter::mRepeatDelayMax, Ogre::ParticleEmitter::mRepeatDelayMin, and Ogre::ParticleEmitter::mRepeatDelayRemain. Referenced by Ogre::ParticleEmitter::setDuration(), Ogre::ParticleEmitter::setEnabled(), Ogre::ParticleEmitter::setMaxDuration(), Ogre::ParticleEmitter::setMaxRepeatDelay(), Ogre::ParticleEmitter::setMinDuration(), Ogre::ParticleEmitter::setMinRepeatDelay(), and Ogre::ParticleEmitter::setRepeatDelay(). |
|
Sets the maximum angle away from the emitter direction which particle will be emitted.
Definition at line 105 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mAngle. |
|
Sets the range of colours for emitted particles.
Definition at line 153 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mColourRangeEnd, and Ogre::ParticleEmitter::mColourRangeStart. |
|
Sets the initial colour of particles emitted.
Definition at line 148 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mColourRangeEnd, and Ogre::ParticleEmitter::mColourRangeStart. |
|
Sets the maximum colour of particles to be emitted.
Definition at line 425 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mColourRangeEnd. |
|
Sets the minimum colour of particles to be emitted.
Definition at line 420 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mColourRangeStart. |
|
Sets the depth (local y size) of the emitter.
Definition at line 127 of file OgreAreaEmitter.cpp. References Ogre::AreaEmitter::genAreaAxes(), Ogre::AreaEmitter::mSize, Ogre::Real, and Ogre::Vector3::z. |
|
Overloaded to update the trans. matrix Reimplemented from Ogre::ParticleEmitter. Definition at line 81 of file OgreAreaEmitter.cpp. References Ogre::AreaEmitter::genAreaAxes(). |
|
Sets the range of random duration for this emitter.
Definition at line 463 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::initDurationRepeat(), Ogre::ParticleEmitter::mDurationMax, Ogre::ParticleEmitter::mDurationMin, and Ogre::Real. |
|
Sets the duration of the emitter.
Definition at line 453 of file OgreParticleEmitter.cpp. References Ogre::Real. |
|
Sets the emission rate for this emitter.
Definition at line 127 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mEmissionRate, and Ogre::Real. |
|
Sets whether or not the emitter is enabled.
Definition at line 430 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::initDurationRepeat(), and Ogre::ParticleEmitter::mEnabled. Referenced by Ogre::ParticleEmitter::genConstantEmissionCount(), and Ogre::ParticleEmitter::setStartTime(). |
|
Sets the height (local y size) of the emitter.
Definition at line 116 of file OgreAreaEmitter.cpp. References Ogre::AreaEmitter::genAreaAxes(), Ogre::AreaEmitter::mSize, Ogre::Real, and Ogre::Vector3::y. |
|
Sets the maximum duration of this emitter in seconds (see setDuration for more details).
Definition at line 476 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::initDurationRepeat(), Ogre::ParticleEmitter::mDurationMax, and Ogre::Real. |
|
Returns the maximum particle velocity.
Definition at line 375 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMaxSpeed, and Ogre::Real. |
|
Sets the maximum duration of this emitter in seconds (see setRepeatDelay for more details).
Definition at line 533 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::initDurationRepeat(), Ogre::ParticleEmitter::mRepeatDelayMax, and Ogre::Real. |
|
Sets the maximum time each particle will live for.
Definition at line 400 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMaxTTL, and Ogre::Real. |
|
Sets the minimum duration of this emitter in seconds (see setDuration for more details).
Definition at line 470 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::initDurationRepeat(), Ogre::ParticleEmitter::mDurationMin, and Ogre::Real. |
|
Returns the minimum particle velocity.
Definition at line 370 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMinSpeed, and Ogre::Real. |
|
Sets the minimum duration of this emitter in seconds (see setRepeatDelay for more details).
Definition at line 527 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::initDurationRepeat(), Ogre::ParticleEmitter::mRepeatDelayMin, and Ogre::Real. |
|
Sets the minimum time each particle will live for.
Definition at line 395 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMinTTL, and Ogre::Real. |
|
Generic parameter setting method.
Definition at line 33 of file OgreStringInterface.cpp. References Ogre::ParamCommand::doSet(), Ogre::ParamDictionary::getParamCommand(), Ogre::StringInterface::getParamDictionary(), and Ogre::String. Referenced by Ogre::StringInterface::copyParametersTo(), Ogre::Profiler::createContainer(), Ogre::Profiler::createTextArea(), Ogre::MaterialSerializer::finishProgramDefinition(), Ogre::ParticleSystemManager::parseAffectorAttrib(), Ogre::ParticleSystemManager::parseAttrib(), Ogre::OverlayManager::parseElementAttrib(), and Ogre::ParticleSystemManager::parseEmitterAttrib(). |
|
Sets the initial velocity range of particles emitted.
Definition at line 121 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMaxSpeed, Ogre::ParticleEmitter::mMinSpeed, and Ogre::Real. |
|
Sets the initial velocity of particles emitted.
Definition at line 116 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMaxSpeed, Ogre::ParticleEmitter::mMinSpeed, and Ogre::Real. |
|
Sets the position of this emitter relative to the particle system center.
Definition at line 81 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mPosition. |
|
Sets the range of random duration for this emitter.
Definition at line 520 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::initDurationRepeat(), Ogre::ParticleEmitter::mRepeatDelayMax, Ogre::ParticleEmitter::mRepeatDelayMin, and Ogre::Real. |
|
Sets the time between repeats of the emitter.
Definition at line 510 of file OgreParticleEmitter.cpp. References Ogre::Real. |
|
Sets the size of the area from which particles are emitted.
Definition at line 97 of file OgreAreaEmitter.cpp. References Ogre::AreaEmitter::genAreaAxes(), Ogre::AreaEmitter::mSize, Ogre::Real, Ogre::Vector3::x, Ogre::Vector3::y, and Ogre::Vector3::z. |
|
Sets the size of the area from which particles are emitted.
Definition at line 91 of file OgreAreaEmitter.cpp. References Ogre::AreaEmitter::genAreaAxes(), and Ogre::AreaEmitter::mSize. Referenced by Ogre::AreaEmitter::initDefaults(). |
|
Sets the 'start time' of this emitter.
Definition at line 442 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mStartTime, Ogre::Real, and Ogre::ParticleEmitter::setEnabled(). |
|
Sets the range of lifetime for particles emitted.
Definition at line 142 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMaxTTL, Ogre::ParticleEmitter::mMinTTL, and Ogre::Real. |
|
Sets the lifetime of all particles emitted.
Definition at line 137 of file OgreParticleEmitter.cpp. References Ogre::ParticleEmitter::mMaxTTL, Ogre::ParticleEmitter::mMinTTL, and Ogre::Real. |
|
Sets the width (local x size) of the emitter.
Definition at line 105 of file OgreAreaEmitter.cpp. References Ogre::AreaEmitter::genAreaAxes(), Ogre::AreaEmitter::mSize, Ogre::Real, and Ogre::Vector3::x. |
|
Angle around direction which particles may be emitted, internally radians but angleunits for interface.
Definition at line 99 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genEmissionDirection(), Ogre::ParticleEmitter::getAngle(), Ogre::ParticleEmitter::ParticleEmitter(), and Ogre::ParticleEmitter::setAngle(). |
|
Initial colour of particles (range end).
Definition at line 111 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genEmissionColour(), Ogre::ParticleEmitter::getColourRangeEnd(), Ogre::ParticleEmitter::ParticleEmitter(), Ogre::ParticleEmitter::setColour(), and Ogre::ParticleEmitter::setColourRangeEnd(). |
|
Initial colour of particles (range start).
Definition at line 109 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genEmissionColour(), Ogre::ParticleEmitter::getColour(), Ogre::ParticleEmitter::getColourRangeStart(), Ogre::ParticleEmitter::ParticleEmitter(), Ogre::ParticleEmitter::setColour(), and Ogre::ParticleEmitter::setColourRangeStart(). |
|
Base direction of the emitter, may not be used by some emitters.
Definition at line 95 of file OgreParticleEmitter.h. Referenced by Ogre::AreaEmitter::genAreaAxes(), Ogre::ParticleEmitter::genEmissionDirection(), Ogre::ParticleEmitter::getDirection(), Ogre::AreaEmitter::initDefaults(), and Ogre::ParticleEmitter::setDirection(). |
|
Maximum length of time the emitter will run for (0 = forever).
Definition at line 121 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::getMaxDuration(), Ogre::ParticleEmitter::initDurationRepeat(), Ogre::ParticleEmitter::setDuration(), and Ogre::ParticleEmitter::setMaxDuration(). |
|
Minimum length of time emitter will run for (0 = forever).
Definition at line 119 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::getDuration(), Ogre::ParticleEmitter::getMinDuration(), Ogre::ParticleEmitter::initDurationRepeat(), Ogre::ParticleEmitter::setDuration(), and Ogre::ParticleEmitter::setMinDuration(). |
|
Current duration remainder.
Definition at line 123 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genConstantEmissionCount(), and Ogre::ParticleEmitter::initDurationRepeat(). |
|
Rate in particles per second at which this emitter wishes to emit particles.
Definition at line 91 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genConstantEmissionCount(), Ogre::ParticleEmitter::getEmissionRate(), Ogre::ParticleEmitter::ParticleEmitter(), and Ogre::ParticleEmitter::setEmissionRate(). |
|
Whether this emitter is currently enabled (defaults to true).
Definition at line 114 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::getEnabled(), Ogre::ParticleEmitter::ParticleEmitter(), and Ogre::ParticleEmitter::setEnabled(). |
|
Max speed of particles.
Definition at line 103 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genEmissionVelocity(), Ogre::ParticleEmitter::getMaxParticleVelocity(), Ogre::ParticleEmitter::ParticleEmitter(), Ogre::ParticleEmitter::setMaxParticleVelocity(), and Ogre::ParticleEmitter::setParticleVelocity(). |
|
Initial time-to-live of particles (max).
Definition at line 107 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genEmissionTTL(), Ogre::ParticleEmitter::getMaxTimeToLive(), Ogre::ParticleEmitter::ParticleEmitter(), Ogre::ParticleEmitter::setMaxTimeToLive(), and Ogre::ParticleEmitter::setTimeToLive(). |
|
Min speed of particles.
Definition at line 101 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genEmissionVelocity(), Ogre::ParticleEmitter::getMinParticleVelocity(), Ogre::ParticleEmitter::getParticleVelocity(), Ogre::ParticleEmitter::ParticleEmitter(), Ogre::ParticleEmitter::setMinParticleVelocity(), and Ogre::ParticleEmitter::setParticleVelocity(). |
|
Initial time-to-live of particles (min).
Definition at line 105 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genEmissionTTL(), Ogre::ParticleEmitter::getMinTimeToLive(), Ogre::ParticleEmitter::getTimeToLive(), Ogre::ParticleEmitter::ParticleEmitter(), Ogre::ParticleEmitter::setMinTimeToLive(), and Ogre::ParticleEmitter::setTimeToLive(). |
|
Class name for this instance to be used as a lookup (must be initialised by subclasses).
Definition at line 157 of file OgreStringInterface.h. |
|
Position relative to the center of the ParticleSystem.
Definition at line 89 of file OgreParticleEmitter.h. Referenced by Ogre::RingEmitter::_initParticle(), Ogre::PointEmitter::_initParticle(), Ogre::HollowEllipsoidEmitter::_initParticle(), _initParticle(), Ogre::CylinderEmitter::_initParticle(), Ogre::BoxEmitter::_initParticle(), Ogre::ParticleEmitter::getPosition(), Ogre::ParticleEmitter::ParticleEmitter(), and Ogre::ParticleEmitter::setPosition(). |
|
Definition at line 132 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genConstantEmissionCount(), and Ogre::ParticleEmitter::ParticleEmitter(). |
|
Definition at line 127 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::getMaxRepeatDelay(), Ogre::ParticleEmitter::initDurationRepeat(), Ogre::ParticleEmitter::setMaxRepeatDelay(), and Ogre::ParticleEmitter::setRepeatDelay(). |
|
Time between each repeat.
Definition at line 126 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::getMinRepeatDelay(), Ogre::ParticleEmitter::getRepeatDelay(), Ogre::ParticleEmitter::initDurationRepeat(), Ogre::ParticleEmitter::setMinRepeatDelay(), and Ogre::ParticleEmitter::setRepeatDelay(). |
|
Repeat delay left.
Definition at line 129 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genConstantEmissionCount(), and Ogre::ParticleEmitter::initDurationRepeat(). |
|
Definition at line 32 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 33 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 35 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 34 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 38 of file OgreAreaEmitter.cpp. Referenced by Ogre::AreaEmitter::initDefaults(). |
|
Dictionary of parameters.
Definition at line 30 of file OgreStringInterface.cpp. Referenced by Ogre::StringInterface::cleanupDictionary(). |
|
Definition at line 36 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 45 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 37 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 37 of file OgreAreaEmitter.cpp. Referenced by Ogre::AreaEmitter::initDefaults(). |
|
Size of the area.
Definition at line 119 of file OgreAreaEmitter.h. Referenced by Ogre::AreaEmitter::genAreaAxes(), Ogre::AreaEmitter::getDepth(), Ogre::AreaEmitter::getHeight(), Ogre::AreaEmitter::getWidth(), Ogre::AreaEmitter::setDepth(), Ogre::AreaEmitter::setHeight(), Ogre::AreaEmitter::setSize(), and Ogre::AreaEmitter::setWidth(). |
|
Definition at line 47 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 50 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 38 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 39 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 46 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 49 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 40 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 41 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 42 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 48 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Start time (in seconds from start of first call to ParticleSystem to update).
Definition at line 117 of file OgreParticleEmitter.h. Referenced by Ogre::ParticleEmitter::genConstantEmissionCount(), Ogre::ParticleEmitter::getStartTime(), and Ogre::ParticleEmitter::setStartTime(). |
|
Definition at line 43 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Definition at line 44 of file OgreParticleEmitter.cpp. Referenced by Ogre::ParticleEmitter::addBaseParameters(). |
|
Command objects.
Definition at line 36 of file OgreAreaEmitter.cpp. Referenced by Ogre::AreaEmitter::initDefaults(). |
|
Name of the type of emitter, MUST be initialised by subclasses.
Definition at line 93 of file OgreParticleEmitter.h. Referenced by Ogre::AreaEmitter::initDefaults(), and Ogre::PointEmitter::PointEmitter(). |
|
Definition at line 97 of file OgreParticleEmitter.h. Referenced by Ogre::AreaEmitter::genAreaAxes(), Ogre::ParticleEmitter::genEmissionDirection(), Ogre::AreaEmitter::initDefaults(), and Ogre::ParticleEmitter::setDirection(). |
|
Local axes, not normalised, their magnitude reflects area size.
Definition at line 122 of file OgreAreaEmitter.h. Referenced by Ogre::RingEmitter::_initParticle(), Ogre::HollowEllipsoidEmitter::_initParticle(), _initParticle(), Ogre::CylinderEmitter::_initParticle(), Ogre::BoxEmitter::_initParticle(), and Ogre::AreaEmitter::genAreaAxes(). |
|
Local axes, not normalised, their magnitude reflects area size.
Definition at line 122 of file OgreAreaEmitter.h. Referenced by Ogre::RingEmitter::_initParticle(), Ogre::HollowEllipsoidEmitter::_initParticle(), _initParticle(), Ogre::CylinderEmitter::_initParticle(), Ogre::BoxEmitter::_initParticle(), and Ogre::AreaEmitter::genAreaAxes(). |
|
Local axes, not normalised, their magnitude reflects area size.
Definition at line 122 of file OgreAreaEmitter.h. Referenced by Ogre::RingEmitter::_initParticle(), Ogre::HollowEllipsoidEmitter::_initParticle(), _initParticle(), Ogre::CylinderEmitter::_initParticle(), Ogre::BoxEmitter::_initParticle(), and Ogre::AreaEmitter::genAreaAxes(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:49:51 2004