#include <XFuParticleSystem.h>
Public Member Functions | |
XFcFixed | noise (INT32 aTick, XFuParticleSystem *ps) |
Generate noise. | |
void | write (XFcFile *aFile) |
Write the noise controller data into a file. | |
void | read (XFcFile *aFile) |
Read the noise controller data from a file. | |
Public Attributes | |
INT32 | mType |
Type of particle system. | |
XFcFixed | mValue |
Noise 'value' - strenght of the particle system. | |
XFcFixed | mPeriod |
Noise 'period' - time in which the noise loops, or changes. |
Definition at line 19 of file XFuParticleSystem.h.
|
Generate noise.
Definition at line 123 of file XFuParticleSystem.cpp. References mPeriod, mType, mValue, XFuParticleSystem::PSRand(), and XFuParticleSystem::PSRandInPlace(). Referenced by XFuParticleSystem::newParticle(), XFuParticleSystem::render(), and XFuParticleSystem::tickOnce(). |
|
Read the noise controller data from a file.
Definition at line 448 of file XFuParticleSystem.cpp. |
|
Write the noise controller data into a file.
Definition at line 441 of file XFuParticleSystem.cpp. Referenced by XFuParticleSystem::save(). |
|
Noise 'period' - time in which the noise loops, or changes.
Definition at line 24 of file XFuParticleSystem.h. |
|
Type of particle system.
Definition at line 22 of file XFuParticleSystem.h. |
|
Noise 'value' - strenght of the particle system.
Definition at line 23 of file XFuParticleSystem.h. Referenced by XFuParticleSystem::newParticle(), noise(), and read(). |
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |