#include <sio2_particle.h>

Public Attributes | |
| vec3 | loc |
| The position of the SIO2particle relative to the SIO2emitter position. | |
| vec4 | col |
| The RGBA value used for the color of the particle. | |
| float | size |
| The size of the particle. | |
| float | lifetime |
| The maximum lifetime of the particle in delta time. | |
| float | speed |
| The speed of the particle. | |
| float | angle |
| The angle of the particle. | |
The position of the SIO2particle relative to the SIO2emitter position.
Referenced by sio2EmitterRender().
| float SIO2particle::size |
The size of the particle.
Please take note that the SIO2emitter implementation is using GL_OES_point_sprite and the size of the particle cannot exceed the max GL_POINT size of the OGL driver.
Referenced by sio2EmitterRender().
| float SIO2particle::lifetime |
| float SIO2particle::speed |
The speed of the particle.
| float SIO2particle::angle |
The angle of the particle.
1.5.6