TDME2 1.9.121
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
FogParticleSystem Class Referencefinal

Fog particle system entity to be used with engine class. More...

#include <tdme/engine/FogParticleSystem.h>

Inheritance diagram for FogParticleSystem:
Inheritance graph
Collaboration diagram for FogParticleSystem:
Collaboration graph

Public Member Functions

 FogParticleSystem (const string &id, ParticleEmitter *emitter, int32_t maxPoints, float pointSize, Texture *texture=nullptr, int32_t textureHorizontalSprites=1, int32_t textureVerticalSprites=1, float fps=10.0f)
 Public constructor. More...
 
EntityType getEntityType () override
 
void setEngine (Engine *engine) override
 Set up engine. More...
 
void setRenderer (Renderer *renderer) override
 Set up renderer. More...
 
void initialize () override
 Initiates this object 3d. More...
 
void dispose () override
 Dispose this object 3d. More...
 
bool isEnabled () override
 
void setEnabled (bool enabled) override
 Enable/disable rendering. More...
 
bool isFrustumCulling () override
 
void setFrustumCulling (bool frustumCulling) override
 Set frustum culling. More...
 
void fromTransformations (const Transformations &transformations) override
 Set up this transformations from given transformations. More...
 
void update () override
 Update transformations. More...
 
BoundingBoxgetBoundingBox () override
 
BoundingBoxgetBoundingBoxTransformed () override
 
ParticleEmittergetEmitter () override
 
const Color4getEffectColorAdd () const override
 The effect color will be added to fragment color. More...
 
void setEffectColorAdd (const Color4 &effectColorAdd) override
 Set effect color that will be added to fragment color. More...
 
const Color4getEffectColorMul () const override
 The effect color will be multiplied with fragment color. More...
 
void setEffectColorMul (const Color4 &effectColorMul) override
 Set effect color that will be multiplied with fragment color. More...
 
const string & getId () override
 
bool isContributesShadows () override
 
void setContributesShadows (bool contributesShadows) override
 Enable/disable contributes shadows. More...
 
bool isReceivesShadows () override
 
void setReceivesShadows (bool receivesShadows) override
 Enable/disable receives shadows. More...
 
bool isPickable () override
 
void setPickable (bool pickable) override
 Set this object pickable. More...
 
const Vector3getTranslation () const override
 
void setTranslation (const Vector3 &translation) override
 Set translation. More...
 
const Vector3getScale () const override
 
void setScale (const Vector3 &scale) override
 Set scale. More...
 
const Vector3getPivot () const override
 
void setPivot (const Vector3 &pivot) override
 Set pivot. More...
 
const int getRotationCount () const override
 
RotationgetRotation (const int idx) override
 Get rotation at given index. More...
 
void addRotation (const Vector3 &axis, const float angle) override
 Add rotation. More...
 
void removeRotation (const int idx) override
 Remove rotation. More...
 
const Vector3getRotationAxis (const int idx) const override
 
void setRotationAxis (const int idx, const Vector3 &axis) override
 Set rotation axis. More...
 
const float getRotationAngle (const int idx) const override
 
void setRotationAngle (const int idx, const float angle) override
 
const QuaterniongetRotationsQuaternion () const override
 
const Matrix4x4getTransformationsMatrix () const override
 
const TransformationsgetTransformations () const override
 
RenderPass getRenderPass () const override
 
void setRenderPass (RenderPass renderPass) override
 Set render pass. More...
 
bool isActive () override
 
bool isAutoEmit () override
 
int32_t emitParticles () override
 Adds particles to this particle entity at given position. More...
 
void setAutoEmit (bool autoEmit) override
 Set auto emit. More...
 
void updateParticles () override
 Updates the particle entity. More...
 
const TransformationsgetLocalTransformations () override
 
void setLocalTransformations (const Transformations &transformations) override
 Set local transformations. More...
 
- Public Member Functions inherited from FogParticleSystemInternal
 FogParticleSystemInternal (const string &id, ParticleEmitter *emitter, int32_t maxPoints, float pointSize, Texture *texture=nullptr, int32_t textureHorizontalSprites=1, int32_t textureVerticalSprites=1, float fps=10.0f)
 Public constructor. More...
 
virtual ~FogParticleSystemInternal ()
 Destructor. More...
 
void initialize ()
 Initialize. More...
 
ParticleEmittergetEmitter () override
 
const string & getId () override
 
void setRenderer (Renderer *renderer)
 Set renderer. More...
 
void setEngine (Engine *engine)
 Set engine. More...
 
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...
 
- Public Member Functions inherited from ParticleSystemEntity
virtual ~ParticleSystemEntity ()
 Public destructor. More...
 
virtual ParticleEmittergetEmitter ()=0
 
virtual bool isActive ()=0
 
virtual bool isAutoEmit ()=0
 
virtual void setAutoEmit (bool autoEmit)=0
 Set auto emit. 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 const TransformationsgetLocalTransformations ()=0
 
virtual void setLocalTransformations (const Transformations &transformations)=0
 Set local transformations. More...
 
- Public Member Functions inherited from Entity
virtual EntityType getEntityType ()=0
 
virtual void setEngine (Engine *engine)=0
 Set up engine. More...
 
virtual void setRenderer (Renderer *renderer)=0
 Set up renderer. More...
 
virtual const string & getId ()=0
 
virtual bool isEnabled ()=0
 
virtual void setEnabled (bool enabled)=0
 Enable/disable rendering. More...
 
virtual bool isFrustumCulling ()=0
 
virtual void setFrustumCulling (bool frustumCulling)=0
 Set frustum culling. More...
 
virtual bool isPickable ()=0
 
virtual void setPickable (bool pickable)=0
 Set this object pickable. More...
 
virtual bool isContributesShadows ()=0
 
virtual void setContributesShadows (bool contributesShadows)=0
 Enable/disable contributes shadows. More...
 
virtual bool isReceivesShadows ()=0
 
virtual void setReceivesShadows (bool receivesShadows)=0
 Enable/disable receives shadows. More...
 
virtual const Color4getEffectColorMul () const =0
 The effect color will be multiplied with fragment color. More...
 
virtual void setEffectColorMul (const Color4 &effectColorMul)=0
 Set 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 effect color that will be added to fragment color. More...
 
virtual void initialize ()=0
 Initiates this object 3d. More...
 
virtual void dispose ()=0
 Dispose this object 3d. More...
 
virtual BoundingBoxgetBoundingBox ()=0
 
virtual BoundingBoxgetBoundingBoxTransformed ()=0
 
virtual const Vector3getTranslation () const =0
 
virtual void setTranslation (const Vector3 &translation)=0
 Set translation. More...
 
virtual const Vector3getScale () const =0
 
virtual void setScale (const Vector3 &scale)=0
 Set scale. More...
 
virtual const Vector3getPivot () const =0
 
virtual void setPivot (const Vector3 &pivot)=0
 Set pivot. More...
 
virtual const int getRotationCount () const =0
 
virtual RotationgetRotation (const int idx)=0
 Get rotation at given index. More...
 
virtual void addRotation (const Vector3 &axis, const float angle)=0
 Add rotation. More...
 
virtual void removeRotation (int idx)=0
 Remove rotation. More...
 
virtual const Vector3getRotationAxis (const int idx) const =0
 
virtual void setRotationAxis (const int idx, const Vector3 &axis)=0
 Set rotation axis. More...
 
virtual const float getRotationAngle (const int idx) const =0
 
virtual void setRotationAngle (const int idx, const float angle)=0
 
virtual const QuaterniongetRotationsQuaternion () const =0
 
virtual const Matrix4x4getTransformationsMatrix () const =0
 
virtual void fromTransformations (const Transformations &transformations)=0
 Set up this transformations from given transformations. More...
 
virtual void update ()=0
 Update transformations. More...
 
virtual const TransformationsgetTransformations () const =0
 
virtual RenderPass getRenderPass () const =0
 
virtual void setRenderPass (RenderPass renderPass)=0
 Set render pass. More...
 
virtual ~Entity ()
 Destructor. More...
 

Private Member Functions

void setParentEntity (Entity *entity) override
 Set parent entity, needs to be called before adding to engine. More...
 
EntitygetParentEntity () override
 
void applyParentTransformations (const Transformations &parentTransformations) override
 Apply parent transformations. More...
 

Private Attributes

bool frustumCulling { true }
 
EntityparentEntity { nullptr }
 
RenderPass renderPass { RENDERPASS_STANDARD }
 

Friends

class tdme::engine::ParticleSystemGroup
 

Additional Inherited Members

- Public Types inherited from Entity
enum  RenderPass {
  RENDERPASS_NONE = 0 , RENDERPASS_SKY = 1 , RENDERPASS_NOFRUSTUMCULLING = 1 , RENDERPASS_TERRAIN = 2 ,
  RENDERPASS_STANDARD = 4 , RENDERPASS_WATER = 8 , RENDERPASS_POST_POSTPROCESSING = 16
}
 
enum  EntityType {
  ENTITYTYPE_ENTITYHIERARCHY , ENTITYTYPE_ENVIRONMENTMAPPING , ENTITYTYPE_IMPOSTEROBJECT3D , ENTITYTYPE_LINESOBJECT3D ,
  ENTITYTYPE_LODOBJECT3D , ENTITYTYPE_LODOBJECT3DIMPOSTER , ENTITYTYPE_OBJECT3D , ENTITYTYPE_OBJECT3DRENDERGROUP ,
  ENTITYTYPE_FOGPARTICLESYSTEM , ENTITYTYPE_OBJECTPARTICLESYSTEM , ENTITYTYPE_PARTICLESYSTEMGROUP , ENTITYTYPE_POINTSPARTICLESYSTEM
}
 
- Static Public Attributes inherited from Entity
static constexpr int RENDERPASS_MAX { 5 }
 
static constexpr int RENDERPASS_ALL { 1 + 2 + 4 + 8 + 16 }
 
- Protected Member Functions inherited from FogParticleSystemInternal
void updateInternal ()
 Update bounding volume. More...
 
- Protected Attributes inherited from FogParticleSystemInternal
string id
 
Engineengine { nullptr }
 
Rendererrenderer { nullptr }
 
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
 
Color4 effectColorMul
 
Color4 effectColorAdd
 
bool pickable
 
Transformations localTransformations
 

Detailed Description

Fog particle system entity to be used with engine class.

Author
Andreas Drewke
Version
$Id$

Definition at line 38 of file FogParticleSystem.h.

Constructor & Destructor Documentation

◆ FogParticleSystem()

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

Public constructor.

Parameters
idid
emitteremitter
maxPointsmax points
pointSizepoint size
texturetexture
textureHorizontalSpritestexture horizonal sprites
textureVerticalSpritestexture vertical sprites
fpsframes per seconds

Definition at line 21 of file FogParticleSystem.cpp.

Member Function Documentation

◆ addRotation()

void addRotation ( const Vector3 axis,
const float  angle 
)
inlineoverridevirtual

Add rotation.

Parameters
axisaxis
angleangle

Implements Entity.

Definition at line 182 of file FogParticleSystem.h.

◆ applyParentTransformations()

void applyParentTransformations ( const Transformations parentTransformations)
inlineoverrideprivatevirtual

Apply parent transformations.

Parameters
parentTransformationsparent transformations

Implements Entity.

Definition at line 57 of file FogParticleSystem.h.

◆ dispose()

void dispose ( )
overridevirtual

Dispose this object 3d.

Implements Entity.

Definition at line 98 of file FogParticleSystem.cpp.

◆ emitParticles()

int32_t emitParticles ( )
inlineoverridevirtual

Adds particles to this particle entity at given position.

Implements ParticleSystemEntity.

Definition at line 234 of file FogParticleSystem.h.

◆ fromTransformations()

void fromTransformations ( const Transformations transformations)
overridevirtual

Set up this transformations from given transformations.

Parameters
transformationstransformations

Implements Entity.

Definition at line 31 of file FogParticleSystem.cpp.

◆ getBoundingBox()

BoundingBox * getBoundingBox ( )
inlineoverridevirtual
Returns
bounding box / in model coordinate space

Implements Entity.

Definition at line 95 of file FogParticleSystem.h.

◆ getBoundingBoxTransformed()

BoundingBox * getBoundingBoxTransformed ( )
inlineoverridevirtual
Returns
bounding box transformed / in world coordinate space

Implements Entity.

Definition at line 98 of file FogParticleSystem.h.

◆ getEffectColorAdd()

const Color4 & getEffectColorAdd ( ) const
inlineoverridevirtual

The effect color will be added to fragment color.

Returns
effect color

Implements Entity.

Definition at line 106 of file FogParticleSystem.h.

◆ getEffectColorMul()

const Color4 & getEffectColorMul ( ) const
inlineoverridevirtual

The effect color will be multiplied with fragment color.

Returns
effect color

Implements Entity.

Definition at line 114 of file FogParticleSystem.h.

◆ getEmitter()

ParticleEmitter * getEmitter ( )
inlineoverridevirtual
Returns
particle emitter

Implements ParticleSystemEntity.

Definition at line 102 of file FogParticleSystem.h.

◆ getEntityType()

EntityType getEntityType ( )
inlineoverridevirtual
Returns
entity type

Implements Entity.

Definition at line 77 of file FogParticleSystem.h.

◆ getId()

const string & getId ( )
inlineoverridevirtual
Returns
object id

Implements Entity.

Definition at line 122 of file FogParticleSystem.h.

◆ getLocalTransformations()

const Transformations & getLocalTransformations ( )
inlineoverridevirtual
Returns
local transformations

Implements ParticleSystemEntity.

Definition at line 241 of file FogParticleSystem.h.

◆ getParentEntity()

Entity * getParentEntity ( )
inlineoverrideprivatevirtual
Returns
parent entity

Implements Entity.

Definition at line 54 of file FogParticleSystem.h.

◆ getPivot()

const Vector3 & getPivot ( ) const
inlineoverridevirtual
Returns
pivot or center of rotations

Implements Entity.

Definition at line 166 of file FogParticleSystem.h.

◆ getRenderPass()

RenderPass getRenderPass ( ) const
inlineoverridevirtual
Returns
render pass

Implements Entity.

Definition at line 218 of file FogParticleSystem.h.

◆ getRotation()

Rotation & getRotation ( const int  idx)
inlineoverridevirtual

Get rotation at given index.

Parameters
idxrotation index
Returns
rotation

Implements Entity.

Definition at line 178 of file FogParticleSystem.h.

◆ getRotationAngle()

const float getRotationAngle ( const int  idx) const
inlineoverridevirtual
Parameters
idxrotation index
Returns
rotation angle for rotation with given index

Implements Entity.

Definition at line 198 of file FogParticleSystem.h.

◆ getRotationAxis()

const Vector3 & getRotationAxis ( const int  idx) const
inlineoverridevirtual
Parameters
idxrotation index
Returns
rotation axis for rotation with given index

Implements Entity.

Definition at line 190 of file FogParticleSystem.h.

◆ getRotationCount()

const int getRotationCount ( ) const
inlineoverridevirtual
Returns
rotation count

Implements Entity.

Definition at line 174 of file FogParticleSystem.h.

◆ getRotationsQuaternion()

const Quaternion & getRotationsQuaternion ( ) const
inlineoverridevirtual
Returns
rotations quaternion

Implements Entity.

Definition at line 206 of file FogParticleSystem.h.

◆ getScale()

const Vector3 & getScale ( ) const
inlineoverridevirtual
Returns
object scale

Implements Entity.

Definition at line 158 of file FogParticleSystem.h.

◆ getTransformations()

const Transformations & getTransformations ( ) const
inlineoverridevirtual
Returns
this transformations

Implements Entity.

Definition at line 214 of file FogParticleSystem.h.

◆ getTransformationsMatrix()

const Matrix4x4 & getTransformationsMatrix ( ) const
inlineoverridevirtual
Returns
this transformations matrix

Implements Entity.

Definition at line 210 of file FogParticleSystem.h.

◆ getTranslation()

const Vector3 & getTranslation ( ) const
inlineoverridevirtual
Returns
object translation

Implements Entity.

Definition at line 150 of file FogParticleSystem.h.

◆ initialize()

void initialize ( )
overridevirtual

Initiates this object 3d.

Implements Entity.

Definition at line 26 of file FogParticleSystem.cpp.

◆ isActive()

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

Implements ParticleSystemEntity.

Definition at line 226 of file FogParticleSystem.h.

◆ isAutoEmit()

bool isAutoEmit ( )
inlineoverridevirtual
Returns
if auto emit is enabled

Implements ParticleSystemEntity.

Definition at line 230 of file FogParticleSystem.h.

◆ isContributesShadows()

bool isContributesShadows ( )
inlineoverridevirtual
Returns
if entity contributes to shadows

Implements Entity.

Definition at line 126 of file FogParticleSystem.h.

◆ isEnabled()

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

Implements Entity.

Definition at line 85 of file FogParticleSystem.h.

◆ isFrustumCulling()

bool isFrustumCulling ( )
overridevirtual
Returns
if frustum culling is enabled

Implements Entity.

Definition at line 69 of file FogParticleSystem.cpp.

◆ isPickable()

bool isPickable ( )
inlineoverridevirtual
Returns
if object is pickable

Implements Entity.

Definition at line 142 of file FogParticleSystem.h.

◆ isReceivesShadows()

bool isReceivesShadows ( )
inlineoverridevirtual
Returns
if entity receives shadows

Implements Entity.

Definition at line 134 of file FogParticleSystem.h.

◆ removeRotation()

void removeRotation ( const int  idx)
inlineoverridevirtual

Remove rotation.

Parameters
idxindex

Implements Entity.

Definition at line 186 of file FogParticleSystem.h.

◆ setAutoEmit()

void setAutoEmit ( bool  autoEmit)
overridevirtual

Set auto emit.

Parameters
autoEmitauto emit

Implements ParticleSystemEntity.

Definition at line 90 of file FogParticleSystem.cpp.

◆ setContributesShadows()

void setContributesShadows ( bool  contributesShadows)
inlineoverridevirtual

Enable/disable contributes shadows.

Parameters
contributesShadowscontributes shadows

Implements Entity.

Definition at line 130 of file FogParticleSystem.h.

◆ setEffectColorAdd()

void setEffectColorAdd ( const Color4 effectColorAdd)
inlineoverridevirtual

Set effect color that will be added to fragment color.

Returns
effect color

Implements Entity.

Definition at line 110 of file FogParticleSystem.h.

◆ setEffectColorMul()

void setEffectColorMul ( const Color4 effectColorMul)
inlineoverridevirtual

Set effect color that will be multiplied with fragment color.

Parameters
effectColorMuleffect color

Implements Entity.

Definition at line 118 of file FogParticleSystem.h.

◆ setEnabled()

void setEnabled ( bool  enabled)
overridevirtual

Enable/disable rendering.

Parameters
enabledenabled

Implements Entity.

Definition at line 43 of file FogParticleSystem.cpp.

◆ setEngine()

void setEngine ( Engine engine)
overridevirtual

Set up engine.

Parameters
engineengine

Implements Entity.

Definition at line 103 of file FogParticleSystem.cpp.

◆ setFrustumCulling()

void setFrustumCulling ( bool  frustumCulling)
overridevirtual

Set frustum culling.

Parameters
frustumCullingfrustum culling

Implements Entity.

Definition at line 73 of file FogParticleSystem.cpp.

◆ setLocalTransformations()

void setLocalTransformations ( const Transformations transformations)
inlineoverridevirtual

Set local transformations.

Parameters
transformationslocal transformations

Implements ParticleSystemEntity.

Definition at line 244 of file FogParticleSystem.h.

◆ setParentEntity()

void setParentEntity ( Entity entity)
inlineoverrideprivatevirtual

Set parent entity, needs to be called before adding to engine.

Parameters
entityentity

Implements Entity.

Definition at line 51 of file FogParticleSystem.h.

◆ setPickable()

void setPickable ( bool  pickable)
inlineoverridevirtual

Set this object pickable.

Parameters
pickablepickable

Implements Entity.

Definition at line 146 of file FogParticleSystem.h.

◆ setPivot()

void setPivot ( const Vector3 pivot)
inlineoverridevirtual

Set pivot.

Parameters
pivotpivot

Implements Entity.

Definition at line 170 of file FogParticleSystem.h.

◆ setReceivesShadows()

void setReceivesShadows ( bool  receivesShadows)
inlineoverridevirtual

Enable/disable receives shadows.

Parameters
receivesShadowsreceives shadows

Implements Entity.

Definition at line 138 of file FogParticleSystem.h.

◆ setRenderer()

void setRenderer ( Renderer renderer)
overridevirtual

Set up renderer.

Parameters
rendererrenderer

Implements Entity.

Definition at line 111 of file FogParticleSystem.cpp.

◆ setRenderPass()

void setRenderPass ( RenderPass  renderPass)
inlineoverridevirtual

Set render pass.

Parameters
renderPassrender pass

Implements Entity.

Definition at line 222 of file FogParticleSystem.h.

◆ setRotationAngle()

void setRotationAngle ( const int  idx,
const float  angle 
)
inlineoverridevirtual
Parameters
idxrotation index
anglerotation angle
Returns
rotation angle for rotation with given index

Implements Entity.

Definition at line 202 of file FogParticleSystem.h.

◆ setRotationAxis()

void setRotationAxis ( const int  idx,
const Vector3 axis 
)
inlineoverridevirtual

Set rotation axis.

Parameters
idxrotation index
axisrotation axis

Implements Entity.

Definition at line 194 of file FogParticleSystem.h.

◆ setScale()

void setScale ( const Vector3 scale)
inlineoverridevirtual

Set scale.

Parameters
scalescale

Implements Entity.

Definition at line 162 of file FogParticleSystem.h.

◆ setTranslation()

void setTranslation ( const Vector3 translation)
inlineoverridevirtual

Set translation.

Parameters
translationtranslation

Implements Entity.

Definition at line 154 of file FogParticleSystem.h.

◆ update()

void update ( )
overridevirtual

Update transformations.

Implements Entity.

Definition at line 37 of file FogParticleSystem.cpp.

◆ updateParticles()

void updateParticles ( )
overridevirtual

Updates the particle entity.

Implements ParticleSystemEntity.

Definition at line 63 of file FogParticleSystem.cpp.

Friends And Related Function Documentation

◆ tdme::engine::ParticleSystemGroup

friend class tdme::engine::ParticleSystemGroup
friend

Definition at line 42 of file FogParticleSystem.h.

Member Data Documentation

◆ frustumCulling

bool frustumCulling { true }
private

Definition at line 45 of file FogParticleSystem.h.

◆ parentEntity

Entity* parentEntity { nullptr }
private

Definition at line 46 of file FogParticleSystem.h.

◆ renderPass

RenderPass renderPass { RENDERPASS_STANDARD }
private

Definition at line 48 of file FogParticleSystem.h.


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