|
| 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...
|
|
BoundingBox * | getBoundingBox () override |
|
BoundingBox * | getBoundingBoxTransformed () override |
|
ParticleEmitter * | getEmitter () override |
|
const Color4 & | getEffectColorAdd () 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 Color4 & | getEffectColorMul () 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 Vector3 & | getTranslation () const override |
|
void | setTranslation (const Vector3 &translation) override |
| Set translation. More...
|
|
const Vector3 & | getScale () const override |
|
void | setScale (const Vector3 &scale) override |
| Set scale. More...
|
|
const Vector3 & | getPivot () const override |
|
void | setPivot (const Vector3 &pivot) override |
| Set pivot. More...
|
|
const int | getRotationCount () const override |
|
Rotation & | getRotation (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 Vector3 & | getRotationAxis (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 Quaternion & | getRotationsQuaternion () const override |
|
const Matrix4x4 & | getTransformationsMatrix () const override |
|
const Transformations & | getTransformations () 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 Transformations & | getLocalTransformations () 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...
|
|
ParticleEmitter * | getEmitter () 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 Color4 & | getEffectColorMul () 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 Color4 & | getEffectColorAdd () 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 Transformations & | getLocalTransformations () override |
|
void | setLocalTransformations (const Transformations &transformations) override |
| Set local transformations. More...
|
|
TransparentRenderPointsPool * | getRenderPointsPool () |
|
| Transformations () |
| Public constructor. More...
|
|
virtual | ~Transformations () |
| Destructor. More...
|
|
const Vector3 & | getTranslation () const |
|
void | setTranslation (const Vector3 &translation) |
| Set translation. More...
|
|
const Vector3 & | getScale () const |
|
void | setScale (const Vector3 &scale) |
| Set scale. More...
|
|
const Vector3 & | getPivot () const |
|
void | setPivot (const Vector3 &pivot) |
| Set pivot. More...
|
|
const int | getRotationCount () const |
|
Rotation & | getRotation (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 Vector3 & | getRotationAxis (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 Quaternion & | getRotationsQuaternion () const |
|
const Matrix4x4 & | getTransformationsMatrix () 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 ParticleEmitter * | getEmitter ()=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 Color4 & | getEffectColorMul () 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 Color4 & | getEffectColorAdd () 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 Transformations & | getLocalTransformations ()=0 |
|
virtual void | setLocalTransformations (const Transformations &transformations)=0 |
| Set local transformations. More...
|
|
Public Member Functions inherited from ParticleSystemEntity |
virtual | ~ParticleSystemEntity () |
| Public destructor. More...
|
|
virtual ParticleEmitter * | getEmitter ()=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 Transformations & | getLocalTransformations ()=0 |
|
virtual void | setLocalTransformations (const Transformations &transformations)=0 |
| Set local transformations. More...
|
|
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 Color4 & | getEffectColorMul () 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 Color4 & | getEffectColorAdd () 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 BoundingBox * | getBoundingBox ()=0 |
|
virtual BoundingBox * | getBoundingBoxTransformed ()=0 |
|
virtual const Vector3 & | getTranslation () const =0 |
|
virtual void | setTranslation (const Vector3 &translation)=0 |
| Set translation. More...
|
|
virtual const Vector3 & | getScale () const =0 |
|
virtual void | setScale (const Vector3 &scale)=0 |
| Set scale. More...
|
|
virtual const Vector3 & | getPivot () const =0 |
|
virtual void | setPivot (const Vector3 &pivot)=0 |
| Set pivot. More...
|
|
virtual const int | getRotationCount () const =0 |
|
virtual Rotation & | getRotation (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 Vector3 & | getRotationAxis (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 Quaternion & | getRotationsQuaternion () const =0 |
|
virtual const Matrix4x4 & | getTransformationsMatrix () 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 Transformations & | getTransformations () const =0 |
|
virtual RenderPass | getRenderPass () const =0 |
|
virtual void | setRenderPass (RenderPass renderPass)=0 |
| Set render pass. More...
|
|
virtual | ~Entity () |
| Destructor. More...
|
|