torque Torque Game Engine Documentation
TGE Version 1.5.2

engine/game/fx/particleEngine.h File Reference

#include "game/gameBase.h"
#include "core/color.h"

Namespaces

namespace  ParticleEngine

Data Structures

class  ParticleData
struct  Particle
class  ParticleEmitterData
class  ParticleEmitter

Enumerations

enum  ParticleEngine::ParticleConsts {
  ParticleEngine::PC_COLOR_KEYS = 4,
  ParticleEngine::PC_SIZE_KEYS = 4
}

Functions

void ParticleEngine::init ()
 Initalize the particle engine.
void ParticleEngine::destroy ()
 Destroy the particle engine.
void ParticleEngine::setWindVelocity (const Point3F &vel)
 Sets the wind velocity for all particles.
Point3F ParticleEngine::getWindVelocity ()
 Returns the wind velocity.

Variables

Point3F ParticleEngine::windVelocity
 Global wind velocity for all particles.




All Rights Reserved GarageGames.com, Inc. 1999-2005
Auto-magically Generated with Doxygen