TDME2 1.9.121
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
PointsParticleSystemInternal Class Reference

Points particle system. More...

#include <tdme/engine/subsystems/particlesystem/PointsParticleSystemInternal.h>

Inheritance diagram for PointsParticleSystemInternal:
Inheritance graph
Collaboration diagram for PointsParticleSystemInternal:
Collaboration graph

Public Member Functions

 PointsParticleSystemInternal (const string &id, ParticleEmitter *emitter, int32_t maxPoints, float pointSize, bool autoEmit, Texture *texture=nullptr, int32_t textureHorizontalSprites=1, int32_t textureVerticalSprites=1, float fps=10.0f)
 Public constructor. More...
 
virtual ~PointsParticleSystemInternal ()
 Destructor. More...
 
void initialize ()
 Initialize. More...
 
ParticleEmittergetEmitter () override
 
const string & getId () override
 
void setRenderer (Renderer *renderer)
 
void setEngine (Engine *engine)
 
bool isEnabled () override
 
bool isActive () override
 
void setEnabled (bool enabled) override
 Enable/disable rendering. More...
 
const Color4getEffectColorMul () const override
 The effect color will be multiplied with fragment color. More...
 
void setEffectColorMul (const Color4 &effectColorMul) override
 Set the effect color that will be multiplied with fragment color. More...
 
const Color4getEffectColorAdd () const override
 The effect color will be added to fragment color. More...
 
void setEffectColorAdd (const Color4 &effectColorAdd) override
 Set the effect color that will be added to fragment color. More...
 
bool isPickable () override
 
void setPickable (bool pickable) override
 Set this object pickable. More...
 
bool isAutoEmit () override
 
void setAutoEmit (bool autoEmit) override
 Set auto emit. More...
 
bool isContributesShadows ()
 
void setContributesShadows (bool contributesShadows)
 Enable/disable contributes shadows. More...
 
bool isReceivesShadows ()
 
void setReceivesShadows (bool receivesShadows)
 Enable/disable receives shadows. More...
 
float getPointSize ()
 
int32_t getTextureId ()
 
int32_t getTextureHorizontalSprites ()
 
int32_t getTextureVerticalSprites ()
 
void update () override
 Update transformations. More...
 
void fromTransformations (const Transformations &transformations) override
 Set up this transformations from given transformations. More...
 
void updateParticles () override
 Updates the particle entity. More...
 
void dispose ()
 
int32_t emitParticles () override
 Adds particles to this particle entity at given position. More...
 
const TransformationsgetLocalTransformations () override
 
void setLocalTransformations (const Transformations &transformations) override
 Set local transformations. More...
 
TransparentRenderPointsPoolgetRenderPointsPool ()
 
- Public Member Functions inherited from Transformations
 Transformations ()
 Public constructor. More...
 
virtual ~Transformations ()
 Destructor. More...
 
const Vector3getTranslation () const
 
void setTranslation (const Vector3 &translation)
 Set translation. More...
 
const Vector3getScale () const
 
void setScale (const Vector3 &scale)
 Set scale. More...
 
const Vector3getPivot () const
 
void setPivot (const Vector3 &pivot)
 Set pivot. More...
 
const int getRotationCount () const
 
RotationgetRotation (const int idx)
 Get rotation at given index. More...
 
void addRotation (const Vector3 &axis, const float angle)
 Add rotation. More...
 
void removeRotation (const int idx)
 Remove rotation. More...
 
const Vector3getRotationAxis (const int idx) const
 
void setRotationAxis (const int idx, const Vector3 &axis)
 Set rotation axis. More...
 
const float getRotationAngle (const int idx) const
 
void setRotationAngle (const int idx, const float angle)
 
const QuaterniongetRotationsQuaternion () const
 
const Matrix4x4getTransformationsMatrix () const
 
virtual void fromTransformations (const Transformations &transformations)
 Set up this transformations from given transformations. More...
 
virtual void fromMatrix (const Matrix4x4 &matrix, RotationOrder *rotationOrder)
 Set up this transformations from given matrix and rotation order. More...
 
virtual void update ()
 Computes transformation matrix. More...
 
virtual void applyParentTransformations (const Transformations &parentTransformations)
 Apply parent transformations. More...
 
virtual void invert ()
 Invert this transformations. More...
 
- Public Member Functions inherited from ParticleSystemEntityInternal
virtual ~ParticleSystemEntityInternal ()
 Public destructor. More...
 
virtual ParticleEmittergetEmitter ()=0
 
virtual const string & getId ()=0
 
virtual bool isEnabled ()=0
 
virtual bool isActive ()=0
 
virtual void setEnabled (bool enabled)=0
 Enable/disable rendering. More...
 
virtual bool isPickable ()=0
 
virtual void setPickable (bool pickable)=0
 Set this object pickable. More...
 
virtual bool isAutoEmit ()=0
 
virtual void setAutoEmit (bool autoEmit)=0
 Set auto emit. More...
 
virtual const Color4getEffectColorMul () const =0
 The effect color will be multiplied with fragment color. More...
 
virtual void setEffectColorMul (const Color4 &effectColorMul)=0
 Set the effect color that will be multiplied with fragment color. More...
 
virtual const Color4getEffectColorAdd () const =0
 The effect color will be added to fragment color. More...
 
virtual void setEffectColorAdd (const Color4 &effectColorAdd)=0
 Set the effect color that will be added to fragment color. More...
 
virtual void updateParticles ()=0
 Updates the particle entity. More...
 
virtual int32_t emitParticles ()=0
 Adds particles to this particle entity at given position. More...
 
virtual void fromTransformations (const Transformations &transformations)=0
 Set up this transformations from given transformations. More...
 
virtual void update ()=0
 Update transformations. More...
 
virtual const TransformationsgetLocalTransformations ()=0
 
virtual void setLocalTransformations (const Transformations &transformations)=0
 Set local transformations. More...
 

Protected Member Functions

void updateInternal ()
 Update bounding volume. More...
 

Protected Attributes

string id
 
Engineengine { nullptr }
 
Rendererrenderer { nullptr }
 
bool autoEmit
 
bool enabled
 
bool active
 
ParticleEmitteremitter { nullptr }
 
vector< Particleparticles
 
int32_t maxPoints
 
float pointSize
 
float pointSizeScale
 
Texturetexture { nullptr }
 
int32_t textureId
 
int32_t textureHorizontalSprites
 
int32_t textureVerticalSprites
 
float fps
 
TransparentRenderPointsPoolpointsRenderPool { nullptr }
 
BoundingBox boundingBox
 
BoundingBox boundingBoxTransformed
 
Transformations inverseTransformation
 
Color4 effectColorMul
 
Color4 effectColorAdd
 
bool pickable
 
float particlesToSpawnRemainder
 
Transformations localTransformations
 

Detailed Description

Points particle system.

Author
Andreas Drewke
Version
$Id$

Definition at line 46 of file PointsParticleSystemInternal.h.

Constructor & Destructor Documentation

◆ PointsParticleSystemInternal()

PointsParticleSystemInternal ( const string &  id,
ParticleEmitter emitter,
int32_t  maxPoints,
float  pointSize,
bool  autoEmit,
Texture texture = nullptr,
int32_t  textureHorizontalSprites = 1,
int32_t  textureVerticalSprites = 1,
float  fps = 10.0f 
)

Public constructor.

Parameters
idid
emitteremitter
maxPointsmax points
pointSizepoint size
autoEmitauto emit
texturetexture
textureHorizonalSpritestexture horizonal sprites
textureVerticalSpritestexture vertical sprites
fpsframes per seconds

Definition at line 47 of file PointsParticleSystemInternal.cpp.

◆ ~PointsParticleSystemInternal()

Destructor.

Definition at line 73 of file PointsParticleSystemInternal.cpp.

Member Function Documentation

◆ dispose()

void dispose ( )

Definition at line 188 of file PointsParticleSystemInternal.cpp.

◆ emitParticles()

int32_t emitParticles ( )
overridevirtual

Adds particles to this particle entity at given position.

Implements ParticleSystemEntityInternal.

Definition at line 192 of file PointsParticleSystemInternal.cpp.

◆ fromTransformations()

void fromTransformations ( const Transformations transformations)
overridevirtual

Set up this transformations from given transformations.

Parameters
transformationstransformations

Implements ParticleSystemEntityInternal.

Definition at line 90 of file PointsParticleSystemInternal.cpp.

◆ getEffectColorAdd()

const Color4 & getEffectColorAdd ( ) const
inlineoverridevirtual

The effect color will be added to fragment color.

Returns
effect color

Implements ParticleSystemEntityInternal.

Definition at line 148 of file PointsParticleSystemInternal.h.

◆ getEffectColorMul()

const Color4 & getEffectColorMul ( ) const
inlineoverridevirtual

The effect color will be multiplied with fragment color.

Returns
effect color

Implements ParticleSystemEntityInternal.

Definition at line 142 of file PointsParticleSystemInternal.h.

◆ getEmitter()

ParticleEmitter * getEmitter ( )
inlineoverridevirtual
Returns
particle emitter

Implements ParticleSystemEntityInternal.

Definition at line 120 of file PointsParticleSystemInternal.h.

◆ getId()

const string & getId ( )
inlineoverridevirtual
Returns
object id

Implements ParticleSystemEntityInternal.

Definition at line 124 of file PointsParticleSystemInternal.h.

◆ getLocalTransformations()

const Transformations & getLocalTransformations ( )
inlineoverridevirtual
Returns
local transformations

Implements ParticleSystemEntityInternal.

Definition at line 233 of file PointsParticleSystemInternal.h.

◆ getPointSize()

float getPointSize ( )
inline
Returns
point size

Definition at line 200 of file PointsParticleSystemInternal.h.

◆ getRenderPointsPool()

TransparentRenderPointsPool * getRenderPointsPool ( )
Returns
render points pool

Definition at line 242 of file PointsParticleSystemInternal.cpp.

◆ getTextureHorizontalSprites()

int32_t getTextureHorizontalSprites ( )
inline
Returns
texture horizontal sprites

Definition at line 214 of file PointsParticleSystemInternal.h.

◆ getTextureId()

int32_t getTextureId ( )
inline
Returns
texture id

Definition at line 207 of file PointsParticleSystemInternal.h.

◆ getTextureVerticalSprites()

int32_t getTextureVerticalSprites ( )
inline
Returns
texture vertical sprites

Definition at line 221 of file PointsParticleSystemInternal.h.

◆ initialize()

void initialize ( )

Initialize.

Definition at line 80 of file PointsParticleSystemInternal.cpp.

◆ isActive()

bool isActive ( )
inlineoverridevirtual
Returns
true if active / particles available

Implements ParticleSystemEntityInternal.

Definition at line 136 of file PointsParticleSystemInternal.h.

◆ isAutoEmit()

bool isAutoEmit ( )
inlineoverridevirtual
Returns
if auto emit is enabled

Implements ParticleSystemEntityInternal.

Definition at line 160 of file PointsParticleSystemInternal.h.

◆ isContributesShadows()

bool isContributesShadows ( )
inline
Returns
if entity contributes to shadows

Definition at line 170 of file PointsParticleSystemInternal.h.

◆ isEnabled()

bool isEnabled ( )
inlineoverridevirtual
Returns
true if enabled to be rendered

Implements ParticleSystemEntityInternal.

Definition at line 133 of file PointsParticleSystemInternal.h.

◆ isPickable()

bool isPickable ( )
inlineoverridevirtual
Returns
if object is pickable

Implements ParticleSystemEntityInternal.

Definition at line 154 of file PointsParticleSystemInternal.h.

◆ isReceivesShadows()

bool isReceivesShadows ( )
inline
Returns
if entity receives shadows

Definition at line 185 of file PointsParticleSystemInternal.h.

◆ setAutoEmit()

void setAutoEmit ( bool  autoEmit)
inlineoverridevirtual

Set auto emit.

Parameters
autoEmitauto emit

Implements ParticleSystemEntityInternal.

Definition at line 163 of file PointsParticleSystemInternal.h.

◆ setContributesShadows()

void setContributesShadows ( bool  contributesShadows)
inline

Enable/disable contributes shadows.

Parameters
contributesShadowscontributes shadows

Definition at line 178 of file PointsParticleSystemInternal.h.

◆ setEffectColorAdd()

void setEffectColorAdd ( const Color4 effectColorAdd)
inlineoverridevirtual

Set the effect color that will be added to fragment color.

Parameters
effectColorAddeffect color

Implements ParticleSystemEntityInternal.

Definition at line 151 of file PointsParticleSystemInternal.h.

◆ setEffectColorMul()

void setEffectColorMul ( const Color4 effectColorMul)
inlineoverridevirtual

Set the effect color that will be multiplied with fragment color.

Parameters
effectColorMuleffect color

Implements ParticleSystemEntityInternal.

Definition at line 145 of file PointsParticleSystemInternal.h.

◆ setEnabled()

void setEnabled ( bool  enabled)
inlineoverridevirtual

Enable/disable rendering.

Parameters
enabledenabled

Implements ParticleSystemEntityInternal.

Definition at line 139 of file PointsParticleSystemInternal.h.

◆ setEngine()

void setEngine ( Engine engine)
inline

Definition at line 130 of file PointsParticleSystemInternal.h.

◆ setLocalTransformations()

void setLocalTransformations ( const Transformations transformations)
inlineoverridevirtual

Set local transformations.

Parameters
transformationslocal transformations

Implements ParticleSystemEntityInternal.

Definition at line 236 of file PointsParticleSystemInternal.h.

◆ setPickable()

void setPickable ( bool  pickable)
inlineoverridevirtual

Set this object pickable.

Parameters
pickablepickable

Implements ParticleSystemEntityInternal.

Definition at line 157 of file PointsParticleSystemInternal.h.

◆ setReceivesShadows()

void setReceivesShadows ( bool  receivesShadows)
inline

Enable/disable receives shadows.

Parameters
receivesShadowsreceives shadows

Definition at line 193 of file PointsParticleSystemInternal.h.

◆ setRenderer()

void setRenderer ( Renderer renderer)
inline

Definition at line 127 of file PointsParticleSystemInternal.h.

◆ update()

void update ( )
overridevirtual

Update transformations.

Implements ParticleSystemEntityInternal.

Definition at line 84 of file PointsParticleSystemInternal.cpp.

◆ updateInternal()

void updateInternal ( )
inlineprotected

Update bounding volume.

Definition at line 83 of file PointsParticleSystemInternal.h.

◆ updateParticles()

void updateParticles ( )
overridevirtual

Updates the particle entity.

Implements ParticleSystemEntityInternal.

Definition at line 96 of file PointsParticleSystemInternal.cpp.

Member Data Documentation

◆ active

bool active
protected

Definition at line 57 of file PointsParticleSystemInternal.h.

◆ autoEmit

bool autoEmit
protected

Definition at line 55 of file PointsParticleSystemInternal.h.

◆ boundingBox

BoundingBox boundingBox
protected

Definition at line 70 of file PointsParticleSystemInternal.h.

◆ boundingBoxTransformed

BoundingBox boundingBoxTransformed
protected

Definition at line 71 of file PointsParticleSystemInternal.h.

◆ effectColorAdd

Color4 effectColorAdd
protected

Definition at line 74 of file PointsParticleSystemInternal.h.

◆ effectColorMul

Color4 effectColorMul
protected

Definition at line 73 of file PointsParticleSystemInternal.h.

◆ emitter

ParticleEmitter* emitter { nullptr }
protected

Definition at line 58 of file PointsParticleSystemInternal.h.

◆ enabled

bool enabled
protected

Definition at line 56 of file PointsParticleSystemInternal.h.

◆ engine

Engine* engine { nullptr }
protected

Definition at line 53 of file PointsParticleSystemInternal.h.

◆ fps

float fps
protected

Definition at line 67 of file PointsParticleSystemInternal.h.

◆ id

string id
protected

Definition at line 52 of file PointsParticleSystemInternal.h.

◆ inverseTransformation

Transformations inverseTransformation
protected

Definition at line 72 of file PointsParticleSystemInternal.h.

◆ localTransformations

Transformations localTransformations
protected

Definition at line 78 of file PointsParticleSystemInternal.h.

◆ maxPoints

int32_t maxPoints
protected

Definition at line 60 of file PointsParticleSystemInternal.h.

◆ particles

vector<Particle> particles
protected

Definition at line 59 of file PointsParticleSystemInternal.h.

◆ particlesToSpawnRemainder

float particlesToSpawnRemainder
protected

Definition at line 76 of file PointsParticleSystemInternal.h.

◆ pickable

bool pickable
protected

Definition at line 75 of file PointsParticleSystemInternal.h.

◆ pointSize

float pointSize
protected

Definition at line 61 of file PointsParticleSystemInternal.h.

◆ pointSizeScale

float pointSizeScale
protected

Definition at line 62 of file PointsParticleSystemInternal.h.

◆ pointsRenderPool

TransparentRenderPointsPool* pointsRenderPool { nullptr }
protected

Definition at line 68 of file PointsParticleSystemInternal.h.

◆ renderer

Renderer* renderer { nullptr }
protected

Definition at line 54 of file PointsParticleSystemInternal.h.

◆ texture

Texture* texture { nullptr }
protected

Definition at line 63 of file PointsParticleSystemInternal.h.

◆ textureHorizontalSprites

int32_t textureHorizontalSprites
protected

Definition at line 65 of file PointsParticleSystemInternal.h.

◆ textureId

int32_t textureId
protected

Definition at line 64 of file PointsParticleSystemInternal.h.

◆ textureVerticalSprites

int32_t textureVerticalSprites
protected

Definition at line 66 of file PointsParticleSystemInternal.h.


The documentation for this class was generated from the following files: