Classes | Defines | Variables

CC3PointParticleSamples.h File Reference

#import "CC3PointParticles.h"

Classes

class  CC3PointParticleHoseEmitter
 CC3PointParticleHoseEmitter emits CC3UniformMotionParticle particles in a stream, as if from the nozzle of a hose. More...
class  CC3VariegatedPointParticleHoseEmitter
 CC3VariegatedPointParticleHoseEmitter is a type of CC3PointParticleHoseEmitter whose particles can have a color and size that evolves during the lifetime of the particle. More...

Defines

#define kCC3ParticleConstantComponent   -1.0

Variables

static const ccColor4F kCC3ParticleConstantColor
static const GLfloat kCC3ParticleConstantSize = kCC3ParticleConstantComponent
static const ccColor4F kCC3ParticleFadeOut

Detailed Description


Define Documentation

#define kCC3ParticleConstantComponent   -1.0

When used as an ending size or component of an ending color for a CC3VariegatedPointParticleHoseEmitter, indicates that that component should stay constant at the value at which it started.


Variable Documentation

const ccColor4F kCC3ParticleConstantColor [static]
Initial value:

When used as the ending color for a CC3VariegatedPointParticleHoseEmitter, indicates that the color should stay constant at the starting color.

const GLfloat kCC3ParticleConstantSize = kCC3ParticleConstantComponent [static]

When used as the ending size for a CC3VariegatedPointParticleHoseEmitter, indicates that the size should stay constant at the starting size.

const ccColor4F kCC3ParticleFadeOut [static]
Initial value:

When used as the ending color for a CC3VariegatedPointParticleHoseEmitter, indicates that the starting color should simply fade out, rather than change to an ending color.