A particle emitter for using with particle systems.
Definition IParticleEmitter.hpp:46
A particle emitter which emits particles along a ring shaped area.
Definition IParticleRingEmitter.hpp:17
virtual const core::vector3df & getCenter() const =0
Get the center of the ring.
virtual E_PARTICLE_EMITTER_TYPE getType() const override
Get emitter type.
Definition IParticleRingEmitter.hpp:39
virtual void setRadius(f32 radius)=0
Set the radius of the ring.
virtual void setRingThickness(f32 ringThickness)=0
Set the thickness of the ring.
virtual f32 getRingThickness() const =0
Get the thickness of the ring.
virtual f32 getRadius() const =0
Get the radius of the ring.
virtual void setCenter(const core::vector3df ¢er)=0
Set the center of the ring.
As of Nirtcpp 1.6, position2d is a synonym for vector2d.
Definition vector3d.hpp:11