csNewtonianParticleSystem Class Reference
[Common Plugin Classes]
This class has a set of particles that behave with phsyics.
More...
#include <csplugincommon/particlesys/partgen.h>
Inheritance diagram for csNewtonianParticleSystem:

Public Member Functions | |
csNewtonianParticleSystem (iObjectRegistry *object_reg, iMeshObjectFactory *factory) | |
Specify max number of particles. | |
csVector3 & | GetAccel (int idx) const |
Get a particles acceleration. accelerations are in metres/second. | |
csVector3 & | GetSpeed (int idx) const |
Get a particles speed. speeds are in metres/second. | |
void | SetAccel (int idx, const csVector3 &acl) |
Set a particles acceleration. accelerations are in metres/second. | |
void | SetSpeed (int idx, const csVector3 &spd) |
Set a particles speed. speeds are in metres/second. | |
virtual void | Update (csTicks elapsed_time) |
Moves the particles depending on their acceleration and speed. | |
Protected Attributes | |
csVector3 * | part_accel |
Particle acceleration, m/s^2. | |
csVector3 * | part_speed |
Particle speed, m/s. |
Detailed Description
This class has a set of particles that behave with phsyics.They each have a speed and an acceleration.
Definition at line 376 of file partgen.h.
Constructor & Destructor Documentation
|
Specify max number of particles.
|
Member Function Documentation
|
Get a particles acceleration. accelerations are in metres/second.
|
|
Get a particles speed. speeds are in metres/second.
|
|
Set a particles acceleration. accelerations are in metres/second.
|
|
Set a particles speed. speeds are in metres/second.
|
|
Moves the particles depending on their acceleration and speed.
Reimplemented from csParticleSystem. |
Member Data Documentation
|
Particle acceleration, m/s^2.
|
|
Particle speed, m/s.
|
The documentation for this class was generated from the following file:
- csplugincommon/particlesys/partgen.h
Generated for Crystal Space by doxygen 1.4.6