addRotation(const Vector3 &axis, const float angle) | Transformations | inline |
applyParentTransformations(const Transformations &parentTransformations) | Transformations | virtual |
autoEmit | ObjectParticleSystemInternal | protected |
boundingBox | ObjectParticleSystemInternal | protected |
boundingBoxTransformed | ObjectParticleSystemInternal | protected |
contributesShadows | ObjectParticleSystemInternal | protected |
dispose() | ObjectParticleSystemInternal | |
effectColorAdd | ObjectParticleSystemInternal | protected |
effectColorMul | ObjectParticleSystemInternal | protected |
emitParticles() override | ObjectParticleSystemInternal | virtual |
emitter | ObjectParticleSystemInternal | protected |
enabled | ObjectParticleSystemInternal | protected |
enabledObjects | ObjectParticleSystemInternal | protected |
engine | ObjectParticleSystemInternal | protected |
fromMatrix(const Matrix4x4 &matrix, RotationOrder *rotationOrder) | Transformations | virtual |
fromTransformations(const Transformations &transformations) override | ObjectParticleSystemInternal | virtual |
getEffectColorAdd() const override | ObjectParticleSystemInternal | inlinevirtual |
getEffectColorMul() const override | ObjectParticleSystemInternal | inlinevirtual |
getEmitter() override | ObjectParticleSystemInternal | inlinevirtual |
getId() override | ObjectParticleSystemInternal | virtual |
getLocalTransformations() override | ObjectParticleSystemInternal | inlinevirtual |
getPivot() const | Transformations | inline |
getRotation(const int idx) | Transformations | inline |
getRotationAngle(const int idx) const | Transformations | inline |
getRotationAxis(const int idx) const | Transformations | inline |
getRotationCount() const | Transformations | inline |
getRotationsQuaternion() const | Transformations | inline |
getScale() const | Transformations | inline |
getTransformationsMatrix() const | Transformations | inline |
getTranslation() const | Transformations | inline |
id | ObjectParticleSystemInternal | protected |
inverseTransformation | ObjectParticleSystemInternal | protected |
invert() | Transformations | virtual |
isActive() override | ObjectParticleSystemInternal | inlinevirtual |
isAutoEmit() override | ObjectParticleSystemInternal | inlinevirtual |
isContributesShadows() | ObjectParticleSystemInternal | inline |
isEnabled() override | ObjectParticleSystemInternal | inlinevirtual |
isPickable() override | ObjectParticleSystemInternal | inlinevirtual |
isReceivesShadows() | ObjectParticleSystemInternal | inline |
localTransformations | ObjectParticleSystemInternal | protected |
model | ObjectParticleSystemInternal | protected |
ObjectParticleSystemInternal(const string &id, Model *model, const Vector3 &scale, bool autoEmit, bool contributesShadows, bool receivesShadows, int32_t maxCount, ParticleEmitter *emitter) | ObjectParticleSystemInternal | |
objects | ObjectParticleSystemInternal | protected |
objectScale | ObjectParticleSystemInternal | protected |
particles | ObjectParticleSystemInternal | protected |
particlesToSpawnRemainder | ObjectParticleSystemInternal | protected |
pickable | ObjectParticleSystemInternal | protected |
pivot | Transformations | private |
receivesShadows | ObjectParticleSystemInternal | protected |
removeRotation(const int idx) | Transformations | inline |
renderer | ObjectParticleSystemInternal | protected |
rotations | Transformations | private |
rotationsQuaternion | Transformations | private |
scale | Transformations | private |
setAutoEmit(bool autoEmit) override | ObjectParticleSystemInternal | inlinevirtual |
setContributesShadows(bool contributesShadows) | ObjectParticleSystemInternal | inline |
setEffectColorAdd(const Color4 &effectColorAdd) override | ObjectParticleSystemInternal | inlinevirtual |
setEffectColorMul(const Color4 &effectColorMul) override | ObjectParticleSystemInternal | inlinevirtual |
setEnabled(bool enabled) override | ObjectParticleSystemInternal | inlinevirtual |
setEngine(Engine *engine) | ObjectParticleSystemInternal | |
setLocalTransformations(const Transformations &transformations) override | ObjectParticleSystemInternal | inlinevirtual |
setPickable(bool pickable) override | ObjectParticleSystemInternal | inlinevirtual |
setPivot(const Vector3 &pivot) | Transformations | inline |
setReceivesShadows(bool receivesShadows) | ObjectParticleSystemInternal | inline |
setRenderer(Renderer *renderer) | ObjectParticleSystemInternal | |
setRotationAngle(const int idx, const float angle) | Transformations | inline |
setRotationAxis(const int idx, const Vector3 &axis) | Transformations | inline |
setScale(const Vector3 &scale) | Transformations | inline |
setTranslation(const Vector3 &translation) | Transformations | inline |
Transformations() | Transformations | |
transformationsMatrix | Transformations | private |
translation | Transformations | private |
update() override | ObjectParticleSystemInternal | virtual |
updateInternal() | ObjectParticleSystemInternal | inlineprotected |
updateParticles() override | ObjectParticleSystemInternal | virtual |
~ObjectParticleSystemInternal() | ObjectParticleSystemInternal | virtual |
~ParticleSystemEntityInternal() | ParticleSystemEntityInternal | inlinevirtual |
~Transformations() | Transformations | virtual |