#include <BspTree.h>
Public Attributes | |
| Vector | position |
| current center | |
| GLfloat | size |
| size | |
| Uint32 | lifeTime |
| time the particle stays on screen | |
| Uint32 | age |
| time the particle has already been on screen | |
| Uint32 | fadeoutDuration |
| time for fade in | |
| Uint32 | fadeinDuration |
| time for fade out | |
| GLfloat | speed |
| traveling distance per ms | |
| Texture | particleTexture |
| texture | |
| GLfloat | alpha |
| alpha | |
current center
| GLfloat Particle::size |
size
| Uint32 Particle::lifeTime |
time the particle stays on screen
| Uint32 Particle::age |
time the particle has already been on screen
| Uint32 Particle::fadeoutDuration |
time for fade in
| Uint32 Particle::fadeinDuration |
time for fade out
| GLfloat Particle::speed |
traveling distance per ms
texture
| GLfloat Particle::alpha |
alpha
1.5.6