cocos3d  2.0.0
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 = UINT_MAX
 

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 = UINT_MAX
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.