Irrlicht 3D Engine
irr::scene::IParticleMeshEmitter Class Reference

A particle emitter which emits from vertices of a mesh. More...

#include <IParticleMeshEmitter.h>

+ Inheritance diagram for irr::scene::IParticleMeshEmitter:

List of all members.

Public Member Functions


Detailed Description

A particle emitter which emits from vertices of a mesh.

Definition at line 17 of file IParticleMeshEmitter.h.


Member Function Documentation

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.


The documentation for this class was generated from the following file: