Empeld
Empeld plugin documentation.
|
A particle of a particle system More...
Public Attributes | |
Vector3d | Pos |
The world position of a particle More... | |
Vector3d | Vel |
The velocity of a particle More... | |
Vector3d | Acc |
The acceleration of a particle More... | |
Vector2 | TexU |
The texture U coord More... | |
Vector2 | TexV |
The texture V coord More... | |
Rgba | Col |
The color of the particle More... | |
float | Size |
The size of the particle More... | |
float | Life |
The life of the particle, from 0 to 1 More... | |
float | Lifespan |
The lifespan of the particle in seconds More... | |
int | Child |
The index of the child. 0 for original More... | |
A particle of a particle system
Vector3d pluginbase.Objects.Particles.Particle.Acc |
The acceleration of a particle
int pluginbase.Objects.Particles.Particle.Child |
The index of the child. 0 for original
Rgba pluginbase.Objects.Particles.Particle.Col |
The color of the particle
float pluginbase.Objects.Particles.Particle.Life |
The life of the particle, from 0 to 1
float pluginbase.Objects.Particles.Particle.Lifespan |
The lifespan of the particle in seconds
Vector3d pluginbase.Objects.Particles.Particle.Pos |
The world position of a particle
float pluginbase.Objects.Particles.Particle.Size |
The size of the particle
Vector2 pluginbase.Objects.Particles.Particle.TexU |
The texture U coord
Vector2 pluginbase.Objects.Particles.Particle.TexV |
The texture V coord
Vector3d pluginbase.Objects.Particles.Particle.Vel |
The velocity of a particle