active | FogParticleSystemInternal | protected |
addRotation(const Vector3 &axis, const float angle) override | FogParticleSystem | inlinevirtual |
applyParentTransformations(const Transformations &parentTransformations) override | FogParticleSystem | inlineprivatevirtual |
boundingBox | FogParticleSystemInternal | protected |
boundingBoxTransformed | FogParticleSystemInternal | protected |
dispose() override | FogParticleSystem | virtual |
effectColorAdd | FogParticleSystemInternal | protected |
effectColorMul | FogParticleSystemInternal | protected |
emitParticles() override | FogParticleSystem | inlinevirtual |
emitter | FogParticleSystemInternal | protected |
enabled | FogParticleSystemInternal | protected |
engine | FogParticleSystemInternal | protected |
EntityType enum name | Entity | |
ENTITYTYPE_ENTITYHIERARCHY enum value | Entity | |
ENTITYTYPE_ENVIRONMENTMAPPING enum value | Entity | |
ENTITYTYPE_FOGPARTICLESYSTEM enum value | Entity | |
ENTITYTYPE_IMPOSTEROBJECT3D enum value | Entity | |
ENTITYTYPE_LINESOBJECT3D enum value | Entity | |
ENTITYTYPE_LODOBJECT3D enum value | Entity | |
ENTITYTYPE_LODOBJECT3DIMPOSTER enum value | Entity | |
ENTITYTYPE_OBJECT3D enum value | Entity | |
ENTITYTYPE_OBJECT3DRENDERGROUP enum value | Entity | |
ENTITYTYPE_OBJECTPARTICLESYSTEM enum value | Entity | |
ENTITYTYPE_PARTICLESYSTEMGROUP enum value | Entity | |
ENTITYTYPE_POINTSPARTICLESYSTEM enum value | Entity | |
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) | FogParticleSystem | |
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) | FogParticleSystemInternal | |
fps | FogParticleSystemInternal | protected |
fromMatrix(const Matrix4x4 &matrix, RotationOrder *rotationOrder) | Transformations | virtual |
fromTransformations(const Transformations &transformations) override | FogParticleSystem | virtual |
frustumCulling | FogParticleSystem | private |
getBoundingBox() override | FogParticleSystem | inlinevirtual |
getBoundingBoxTransformed() override | FogParticleSystem | inlinevirtual |
getEffectColorAdd() const override | FogParticleSystem | inlinevirtual |
getEffectColorMul() const override | FogParticleSystem | inlinevirtual |
getEmitter() override | FogParticleSystem | inlinevirtual |
getEntityType() override | FogParticleSystem | inlinevirtual |
getId() override | FogParticleSystem | inlinevirtual |
getLocalTransformations() override | FogParticleSystem | inlinevirtual |
getParentEntity() override | FogParticleSystem | inlineprivatevirtual |
getPivot() const override | FogParticleSystem | inlinevirtual |
getPointSize() | FogParticleSystemInternal | inline |
getRenderPass() const override | FogParticleSystem | inlinevirtual |
getRenderPointsPool() | FogParticleSystemInternal | inline |
getRotation(const int idx) override | FogParticleSystem | inlinevirtual |
getRotationAngle(const int idx) const override | FogParticleSystem | inlinevirtual |
getRotationAxis(const int idx) const override | FogParticleSystem | inlinevirtual |
getRotationCount() const override | FogParticleSystem | inlinevirtual |
getRotationsQuaternion() const override | FogParticleSystem | inlinevirtual |
getScale() const override | FogParticleSystem | inlinevirtual |
getTextureHorizontalSprites() | FogParticleSystemInternal | inline |
getTextureId() | FogParticleSystemInternal | inline |
getTextureVerticalSprites() | FogParticleSystemInternal | inline |
getTransformations() const override | FogParticleSystem | inlinevirtual |
getTransformationsMatrix() const override | FogParticleSystem | inlinevirtual |
getTranslation() const override | FogParticleSystem | inlinevirtual |
id | FogParticleSystemInternal | protected |
initialize() override | FogParticleSystem | virtual |
invert() | Transformations | virtual |
isActive() override | FogParticleSystem | inlinevirtual |
isAutoEmit() override | FogParticleSystem | inlinevirtual |
isContributesShadows() override | FogParticleSystem | inlinevirtual |
isEnabled() override | FogParticleSystem | inlinevirtual |
isFrustumCulling() override | FogParticleSystem | virtual |
isPickable() override | FogParticleSystem | inlinevirtual |
isReceivesShadows() override | FogParticleSystem | inlinevirtual |
localTransformations | FogParticleSystemInternal | protected |
maxPoints | FogParticleSystemInternal | protected |
parentEntity | FogParticleSystem | private |
particles | FogParticleSystemInternal | protected |
pickable | FogParticleSystemInternal | protected |
pivot | Transformations | private |
pointSize | FogParticleSystemInternal | protected |
pointSizeScale | FogParticleSystemInternal | protected |
pointsRenderPool | FogParticleSystemInternal | protected |
removeRotation(const int idx) override | FogParticleSystem | inlinevirtual |
renderer | FogParticleSystemInternal | protected |
renderPass | FogParticleSystem | private |
RenderPass enum name | Entity | |
RENDERPASS_ALL | Entity | static |
RENDERPASS_MAX | Entity | static |
RENDERPASS_NOFRUSTUMCULLING enum value | Entity | |
RENDERPASS_NONE enum value | Entity | |
RENDERPASS_POST_POSTPROCESSING enum value | Entity | |
RENDERPASS_SKY enum value | Entity | |
RENDERPASS_STANDARD enum value | Entity | |
RENDERPASS_TERRAIN enum value | Entity | |
RENDERPASS_WATER enum value | Entity | |
rotations | Transformations | private |
rotationsQuaternion | Transformations | private |
scale | Transformations | private |
setAutoEmit(bool autoEmit) override | FogParticleSystem | virtual |
setContributesShadows(bool contributesShadows) override | FogParticleSystem | inlinevirtual |
setEffectColorAdd(const Color4 &effectColorAdd) override | FogParticleSystem | inlinevirtual |
setEffectColorMul(const Color4 &effectColorMul) override | FogParticleSystem | inlinevirtual |
setEnabled(bool enabled) override | FogParticleSystem | virtual |
setEngine(Engine *engine) override | FogParticleSystem | virtual |
setFrustumCulling(bool frustumCulling) override | FogParticleSystem | virtual |
setLocalTransformations(const Transformations &transformations) override | FogParticleSystem | inlinevirtual |
setParentEntity(Entity *entity) override | FogParticleSystem | inlineprivatevirtual |
setPickable(bool pickable) override | FogParticleSystem | inlinevirtual |
setPivot(const Vector3 &pivot) override | FogParticleSystem | inlinevirtual |
setReceivesShadows(bool receivesShadows) override | FogParticleSystem | inlinevirtual |
setRenderer(Renderer *renderer) override | FogParticleSystem | virtual |
setRenderPass(RenderPass renderPass) override | FogParticleSystem | inlinevirtual |
setRotationAngle(const int idx, const float angle) override | FogParticleSystem | inlinevirtual |
setRotationAxis(const int idx, const Vector3 &axis) override | FogParticleSystem | inlinevirtual |
setScale(const Vector3 &scale) override | FogParticleSystem | inlinevirtual |
setTranslation(const Vector3 &translation) override | FogParticleSystem | inlinevirtual |
tdme::engine::ParticleSystemGroup | FogParticleSystem | friend |
texture | FogParticleSystemInternal | protected |
textureHorizontalSprites | FogParticleSystemInternal | protected |
textureId | FogParticleSystemInternal | protected |
textureVerticalSprites | FogParticleSystemInternal | protected |
Transformations() | Transformations | |
transformationsMatrix | Transformations | private |
translation | Transformations | private |
update() override | FogParticleSystem | virtual |
updateInternal() | FogParticleSystemInternal | inlineprotected |
updateParticles() override | FogParticleSystem | virtual |
~Entity() | Entity | inlinevirtual |
~FogParticleSystemInternal() | FogParticleSystemInternal | virtual |
~ParticleSystemEntity() | ParticleSystemEntity | inlinevirtual |
~ParticleSystemEntityInternal() | ParticleSystemEntityInternal | inlinevirtual |
~Transformations() | Transformations | virtual |