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

Angular velocity.

Definition at line 206 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 196 of file particles.h.

Particle mass.

Definition at line 181 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 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.

Current time to live.

Definition at line 201 of file particles.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.4.7