v2.0.2
Classes | Variables
CC3Particles.h File Reference
#import "CC3MeshNode.h"

Classes

class  CC3CommonVertexArrayParticleEmitter
 
protocol  <CC3CommonVertexArrayParticleProtocol>
 
class  CC3ParticleBase
 
class  CC3ParticleEmitter
 
class  CC3ParticleNavigator
 
protocol  <CC3ParticleProtocol>
 

Variables

static const CCTime kCC3ParticleInfiniteEmissionRate = kCC3MaxGLfloat
 
static const CCTime kCC3ParticleInfiniteInterval = kCC3MaxGLfloat
 
static const GLuint kCC3ParticlesNoMax = kCC3MaxGLuint
 

Variable Documentation

const CCTime kCC3ParticleInfiniteEmissionRate = kCC3MaxGLfloat
static

Constant representing an infinite rate of emission.

This can be used with the emissionRate property, and indicates that all particles should be emitted at once.

const CCTime kCC3ParticleInfiniteInterval = kCC3MaxGLfloat
static

Constant representing an infinite interval of time.

This can be used with the emissionDuration and emissionInterval properties.

const GLuint kCC3ParticlesNoMax = kCC3MaxGLuint
static

Constant representing an unlimited number of particles.

This can be used with the maximumParticleCapacity property, and indicates that there is no pre-defined maximum limit to the number of particles that will be emitted.