IParticleVertexCreator

C++
struct IParticleVertexCreator {
};
File

CREParticle.h

IParticleVertexCreator::~IParticleVertexCreator Destructor
C++
IParticleVertexCreator::ComputeVertices Method
C++
virtual void ComputeVertices(const SCameraInfo& camInfo, CREParticle* pRE, uint32 uRenderFlags, float fMaxPixels) = 0;
Description

Create the vertices for the particle emitter.