A particle emitter which emits from vertices of a mesh. More...
#include <IParticleMeshEmitter.h>
A particle emitter which emits from vertices of a mesh.
Definition at line 17 of file IParticleMeshEmitter.h.
virtual bool irr::scene::IParticleMeshEmitter::getEveryMeshVertex | ( | ) | const [pure virtual] |
Gets whether to emit min<->max particles for every vertex or to pick min<->max vertices.
virtual const IMesh* irr::scene::IParticleMeshEmitter::getMesh | ( | ) | const [pure virtual] |
Get Mesh we're emitting particles from.
virtual f32 irr::scene::IParticleMeshEmitter::getNormalDirectionModifier | ( | ) | const [pure virtual] |
Get the amount that the normal is divided by for getting a particles direction.
virtual E_PARTICLE_EMITTER_TYPE irr::scene::IParticleMeshEmitter::getType | ( | ) | const [inline, virtual] |
Get emitter type.
Reimplemented from irr::scene::IParticleEmitter.
Definition at line 46 of file IParticleMeshEmitter.h.
References irr::scene::EPET_MESH.
virtual bool irr::scene::IParticleMeshEmitter::isUsingNormalDirection | ( | ) | const [pure virtual] |
Get whether to use vertex normal for direction, or direction specified.
virtual void irr::scene::IParticleMeshEmitter::setEveryMeshVertex | ( | bool | everyMeshVertex = true | ) | [pure virtual] |
Sets whether to emit min<->max particles for every vertex or to pick min<->max vertices.
virtual void irr::scene::IParticleMeshEmitter::setMesh | ( | IMesh * | mesh | ) | [pure virtual] |
Set Mesh to emit particles from.
virtual void irr::scene::IParticleMeshEmitter::setNormalDirectionModifier | ( | f32 | normalDirectionModifier | ) | [pure virtual] |
Set the amount that the normal is divided by for getting a particles direction.
virtual void irr::scene::IParticleMeshEmitter::setUseNormalDirection | ( | bool | useNormalDirection = true | ) | [pure virtual] |
Set whether to use vertex normal for direction, or direction specified.