Torque3D Documentation / _generateds / afxParticlePool

afxParticlePool

Engine/source/afx/util/afxParticlePool.h

More...

Classes:

Private Types

Parent 

Private Static Attributes

Vector< SortParticlePool >

Private Static Functions

Protected Functions

bool

Called when the object is added to the sim.

Called when the object is removed from the sim.

Called when the SceneManager is ready for the registration of render instances.

renderBillboardParticle_blend(Particle & , const Point3F * basePnts, const MatrixF & camView, const F32 spinFactor, const F32 blend_factor, ParticleEmitter * )

Detailed Description

Private Types

typedef GameBase Parent 

Private Attributes

afxChoreographer * choreographer 
ParticleEmitterList emitters 
afxParticlePoolData * key_block 
U32 key_index 
S32 mCurBuffSize 
S32 mCurBuffSize2 
afxParticlePoolData * mDataBlock 
GFXVertexBufferHandle< GFXVertexPCT > mVertBuff 
GFXVertexBufferHandle< GFXVertexPCT > mVertBuff2 
S8 sort_priority 

Private Static Attributes

Vector< SortParticlePool > orderedVector