#include <Particle.hpp>
Inherits TSingleton< CParticle >.
Public Member Functions | |
| CParticle () | |
| Konstruktor. | |
| ~CParticle () | |
| Destruktor: Heap-Speicher freigeben. | |
| void | SetWorldPointer (CWorld *pWorld) |
| Zeiger auf World-Instanz setzen. | |
| void | initParticleEmitter (float x, float y, float z) |
| Initialisierung Emitter. | |
| void | drawRectangle () |
| Textur auf Quadrat mappen. | |
| void | updateParticles (float x, float y, float z) |
| Partikel bewegen. | |
| void CParticle::updateParticles | ( | float | x, | |
| float | y, | |||
| float | z | |||
| ) |
Partikel bewegen.
Winkel holen
1.5.5