![]() |
ParticlesSimple Plugin
1.0
Efecto de partículas simple, con motor físico por aproximación de Euler.
|
#include <moEffectParticlesSimple.h>
Métodos públicos | |
moParticlesSimple () | |
virtual | ~moParticlesSimple () |
Atributos públicos | |
moVector3f | Pos3d |
Position absolute. Más... | |
moVector3f | Destination |
Destination. Más... | |
moVector3f | Velocity |
Speed or Velocity vector. Más... | |
moVector3f | Force |
Self force (propulsion) of the particle. Más... | |
moVector2f | Pos |
Particles Vectors. Más... | |
moVector2f | TCoord |
texture coordinate Más... | |
moVector2f | TCoord2 |
moVector2f | Size |
particle size Más... | |
moVector2f | TSize |
particle texture size Más... | |
moVector2f | TSize2 |
moVector3f | U |
particle orientation Más... | |
moVector3f | V |
moVector3f | W |
moVector3f | dpdt |
Differentials of position (speed) and velocity (acceleration) Más... | |
moVector3f | dvdt |
double | Mass |
Mass in g of the particle. Más... | |
bool | Fixed |
No motion. Más... | |
bool | Visible |
Exists but is invisible. Más... | |
bool | Captured |
Captured. Más... | |
double | Alpha |
Transparency of the particle. Más... | |
double | Scale |
Scale of the particle. Más... | |
moVector3f | Rotation |
Angle of the particle. Más... | |
MOint | GLId |
Unique ID of OpenGL Texture. Más... | |
MOint | GLId2 |
para asociar la textura al momento de la creación Más... | |
moTextureMemory * | pTextureMemory |
bool | FrameForced |
int | MOId |
MOuint | ActualFrame |
MOuint | FrameCount |
MOuint | FramePS |
float | ImageProportion |
Texture image proportion Width / Height .... Más... | |
moVector3f | Color |
moTimer | Age |
Age of the particle. Más... | |
long | MaxAge |
Definición en la línea 443 del archivo moEffectParticlesSimple.h.
|
inline |
Definición en la línea 447 del archivo moEffectParticlesSimple.h.
|
inlinevirtual |
Definición en la línea 495 del archivo moEffectParticlesSimple.h.
MOuint moParticlesSimple::ActualFrame |
Definición en la línea 578 del archivo moEffectParticlesSimple.h.
moTimer moParticlesSimple::Age |
Age of the particle.
Definición en la línea 588 del archivo moEffectParticlesSimple.h.
double moParticlesSimple::Alpha |
Transparency of the particle.
Definición en la línea 563 del archivo moEffectParticlesSimple.h.
bool moParticlesSimple::Captured |
Captured.
Captured by the general script, out of normal flow
Definición en la línea 559 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::Color |
Definición en la línea 585 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::Destination |
Destination.
Definición en la línea 501 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::dpdt |
Differentials of position (speed) and velocity (acceleration)
Definición en la línea 543 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::dvdt |
Definición en la línea 544 del archivo moEffectParticlesSimple.h.
bool moParticlesSimple::Fixed |
No motion.
Definición en la línea 550 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::Force |
Self force (propulsion) of the particle.
Definición en la línea 507 del archivo moEffectParticlesSimple.h.
MOuint moParticlesSimple::FrameCount |
Definición en la línea 579 del archivo moEffectParticlesSimple.h.
bool moParticlesSimple::FrameForced |
Definición en la línea 576 del archivo moEffectParticlesSimple.h.
MOuint moParticlesSimple::FramePS |
Definición en la línea 580 del archivo moEffectParticlesSimple.h.
MOint moParticlesSimple::GLId |
Unique ID of OpenGL Texture.
Definición en la línea 572 del archivo moEffectParticlesSimple.h.
MOint moParticlesSimple::GLId2 |
para asociar la textura al momento de la creación
Definición en la línea 573 del archivo moEffectParticlesSimple.h.
float moParticlesSimple::ImageProportion |
Texture image proportion Width / Height ....
Definición en la línea 583 del archivo moEffectParticlesSimple.h.
double moParticlesSimple::Mass |
Mass in g of the particle.
Definición en la línea 547 del archivo moEffectParticlesSimple.h.
long moParticlesSimple::MaxAge |
Definición en la línea 589 del archivo moEffectParticlesSimple.h.
int moParticlesSimple::MOId |
Definición en la línea 577 del archivo moEffectParticlesSimple.h.
moVector2f moParticlesSimple::Pos |
Particles Vectors.
position relative to grid... Works for indexation on a grid relative geometry ( bidimentional array ) X > i [0..width] Y > j [0..height]
Definición en la línea 517 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::Pos3d |
Position absolute.
Definición en la línea 498 del archivo moEffectParticlesSimple.h.
moTextureMemory* moParticlesSimple::pTextureMemory |
Definición en la línea 574 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::Rotation |
Angle of the particle.
Definición en la línea 569 del archivo moEffectParticlesSimple.h.
double moParticlesSimple::Scale |
Scale of the particle.
Definición en la línea 566 del archivo moEffectParticlesSimple.h.
moVector2f moParticlesSimple::Size |
particle size
This size is dependent on particles number and Emitter size Size.X > EmitterSize.X() / m_cols Size.Y > EmitterSize.Y() / m_rows
Definición en la línea 529 del archivo moEffectParticlesSimple.h.
moVector2f moParticlesSimple::TCoord |
texture coordinate
Definición en la línea 520 del archivo moEffectParticlesSimple.h.
moVector2f moParticlesSimple::TCoord2 |
Definición en la línea 521 del archivo moEffectParticlesSimple.h.
moVector2f moParticlesSimple::TSize |
particle texture size
Definición en la línea 532 del archivo moEffectParticlesSimple.h.
moVector2f moParticlesSimple::TSize2 |
Definición en la línea 533 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::U |
particle orientation
Dependant on Orientation Mode
Definición en la línea 540 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::V |
Definición en la línea 540 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::Velocity |
Speed or Velocity vector.
Definición en la línea 504 del archivo moEffectParticlesSimple.h.
bool moParticlesSimple::Visible |
Exists but is invisible.
Definición en la línea 553 del archivo moEffectParticlesSimple.h.
moVector3f moParticlesSimple::W |
Definición en la línea 540 del archivo moEffectParticlesSimple.h.