124 inline const string&
getId()
override {
237 this->localTransformations = transformations;
Axis aligned bounding box used for frustum, this is not directly connectable with physics engine.
void fromBoundingVolumeWithTransformations(BoundingBox *original, const Transformations &transformations)
Create bounding volume from given original(of same type) with applied transformations.
void update()
Updates this bounding box.
void updateParticles() override
Updates the particle entity.
void setContributesShadows(bool contributesShadows)
Enable/disable contributes shadows.
BoundingBox boundingBoxTransformed
const Color4 & getEffectColorAdd() const override
The effect color will be added to fragment color.
ParticleEmitter * getEmitter() override
void setLocalTransformations(const Transformations &transformations) override
Set local transformations.
Transformations inverseTransformation
void setEngine(Engine *engine)
void initialize()
Initialize.
int32_t textureHorizontalSprites
void update() override
Update transformations.
vector< Particle > particles
const string & getId() override
void setPickable(bool pickable) override
Set this object pickable.
ParticleEmitter * emitter
const Transformations & getLocalTransformations() override
void setEffectColorMul(const Color4 &effectColorMul) override
Set the effect color that will be multiplied with fragment color.
int32_t textureVerticalSprites
bool isContributesShadows()
bool isPickable() override
virtual ~PointsParticleSystemInternal()
Destructor.
void fromTransformations(const Transformations &transformations) override
Set up this transformations from given transformations.
bool isAutoEmit() override
const Color4 & getEffectColorMul() const override
The effect color will be multiplied with fragment color.
TransparentRenderPointsPool * getRenderPointsPool()
int32_t getTextureVerticalSprites()
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.
TransparentRenderPointsPool * pointsRenderPool
void setAutoEmit(bool autoEmit) override
Set auto emit.
void setRenderer(Renderer *renderer)
int32_t getTextureHorizontalSprites()
void setEnabled(bool enabled) override
Enable/disable rendering.
Transformations localTransformations
float particlesToSpawnRemainder
void updateInternal()
Update bounding volume.
bool isEnabled() override
int32_t emitParticles() override
Adds particles to this particle entity at given position.
void setReceivesShadows(bool receivesShadows)
Enable/disable receives shadows.
void setEffectColorAdd(const Color4 &effectColorAdd) override
Set the effect color that will be added to fragment color.
Transparent render points pool.
void getScale(Vector3 &scale) const
Get scale.
Vector3 & sub(const Vector3 &v)
Subtracts a vector.
Vector3 & add(const Vector3 &v)
Adds a vector.
Particle emitter interface.
Particle system entity internal interface.