SIO2particle Struct Reference

#include <sio2_particle.h>

Collaboration diagram for SIO2particle:

Collaboration graph
[legend]

List of all members.

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.


Member Data Documentation

The position of the SIO2particle relative to the SIO2emitter position.

Referenced by sio2EmitterRender().

The RGBA value used for the color of the particle.

Referenced by sio2EmitterRender().

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().

The maximum lifetime of the particle in delta time.

Referenced by sio2EmitterRender().

The speed of the particle.

The angle of the particle.


The documentation for this struct was generated from the following file:

Generated on Thu Mar 4 15:41:52 2010 for SIO2 Engine by  doxygen 1.5.6