29PrototypeParticleSystem::PrototypeParticleSystem()
64 Console::println(
string(
"PrototypeParticleSystem::setType(): unknown type '" + this->
type->
getName() +
"'"));
86 Console::println(
string(
"PrototypeParticleSystem::setType(): unknown type '" + this->type->
getName() +
"'"));
117 Console::println(
string(
"PrototypeParticleSystem::setEmitter(): unknown emitter '" + this->
emitter->
getName() +
"'"));
145 Console::println(
string(
"PrototypeParticleSystem::setEmitter(): unknown emitter '" + this->emitter->
getName() +
"'"));
Prototype bounding box particle emitter definition.
Prototype circle particle emitter plane velocity definition.
Prototype circle particle emitter definition.
Prototype particle system emitter type enum.
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * POINT_PARTICLE_EMITTER
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * NONE
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * BOUNDINGBOX_PARTICLE_EMITTER
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * SPHERE_PARTICLE_EMITTER
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * CIRCLE_PARTICLE_EMITTER_PLANE_VELOCITY
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Emitter * CIRCLE_PARTICLE_EMITTER
Prototype point particle system definition.
Prototype object particle system definition.
Prototype point particle emitter definition.
Prototype point particle system definition.
Prototype sphere particle emitter definition.
Prototype particle system type enum.
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Type * FOG_PARTICLE_SYSTEM
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Type * OBJECT_PARTICLE_SYSTEM
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Type * POINT_PARTICLE_SYSTEM
static STATIC_DLL_IMPEXT PrototypeParticleSystem_Type * NONE
Prototype particle system definition.
PrototypeParticleSystem_ObjectParticleSystem * ops
~PrototypeParticleSystem()
Destructor.
PrototypeParticleSystem_BoundingBoxParticleEmitter * bbpe
PrototypeParticleSystem_PointParticleEmitter * ppe
PrototypeParticleSystem_CircleParticleEmitter * cpe
void setEmitter(PrototypeParticleSystem_Emitter *emitter)
Set emitter.
PrototypeParticleSystem_Type * type
PrototypeParticleSystem_Emitter * emitter
PrototypeParticleSystem_SphereParticleEmitter * spe
void unsetType()
Unset particle system type.
void setType(PrototypeParticleSystem_Type *type)
Set particle system type.
PrototypeParticleSystem_PointParticleSystem * pps
PrototypeParticleSystem_FogParticleSystem * fps
void unsetEmitter()
Unset emitter.
PrototypeParticleSystem_CircleParticleEmitterPlaneVelocity * cpepv
const string & getName() const