csParticle Struct Reference
[Mesh plugins]
Data representation of a single particle.
More...
#include <imesh/particles.h>
Public Attributes | |
csVector3 | angularVelocity |
Angular velocity. | |
csVector3 | linearVelocity |
Current linear velocity. | |
float | mass |
Particle mass. | |
csQuaternion | orientation |
Orientation of a single particle. | |
float | pad |
csVector3 | position |
Position. | |
float | timeToLive |
Current time to live. |
Detailed Description
Data representation of a single particle.
Definition at line 169 of file particles.h.
Member Data Documentation
Current linear velocity.
In absolute (world) space or relative to system depending on properties of the particle system.
Definition at line 196 of file particles.h.
float csParticle::mass |
Orientation of a single particle.
The particle is defined to have its normal along the z-axis and thus lies in the xy plane defined by this quaternion.
Definition at line 189 of file particles.h.
Position.
In absolute (world) space or relative to system depending on properties of the particle system.
Definition at line 176 of file particles.h.
float csParticle::timeToLive |
The documentation for this struct was generated from the following file:
- imesh/particles.h
Generated for Crystal Space by doxygen 1.4.7