A particle affector modifies particles.
Definition IParticleAffector.hpp:42
A particle affector which rotates the particle system.
Definition IParticleRotationAffector.hpp:17
virtual E_PARTICLE_AFFECTOR_TYPE getType() const override
Get emitter type.
Definition IParticleRotationAffector.hpp:33
virtual void setPivotPoint(const core::vector3df &point)=0
Set the point that particles will rotate around.
virtual const core::vector3df & getSpeed() const =0
Get the speed in degrees per second in all 3 dimensions.
virtual const core::vector3df & getPivotPoint() const =0
Get the point that particles are attracted to.
virtual void setSpeed(const core::vector3df &speed)=0
Set the speed in degrees per second in all 3 dimensions.
As of Nirtcpp 1.6, position2d is a synonym for vector2d.
Definition vector3d.hpp:11