CrystalSpace

Public API Reference

csParticle Struct Reference
[Mesh plugins]

Data representation of a single particle. More...

#include <imesh/particles.h>

List of all members.

Public Attributes

csVector3 angularVelocity
 Angular velocity.
csVector3 linearVelocity
 Current linear velocity.
float mass
 Particle mass.
csQuaternion orientation
 Orientation of a single particle.
csVector3 position
 Position.
float timeToLive
 Current time to live.

Detailed Description

Data representation of a single particle.

Definition at line 172 of file particles.h.


Member Data Documentation

Angular velocity.

Definition at line 209 of file particles.h.

Current linear velocity.

In absolute (world) space or relative to system depending on properties of the particle system.

Definition at line 199 of file particles.h.

Particle mass.

Definition at line 184 of file particles.h.

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 192 of file particles.h.

Position.

In absolute (world) space or relative to system depending on properties of the particle system.

Definition at line 179 of file particles.h.

Current time to live.

Definition at line 204 of file particles.h.


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

Generated for Crystal Space 2.0 by doxygen 1.6.1