Inherits from CC3Mesh : CC3Identifiable : NSObject
Declared in CC3PointParticles.h

Overview

Deprecated. @deprecated Functionality moved to CC3Mesh.

Properties

__deprecated

@deprecated Use vertexCount instead. Point particles have one vertex per particle.

@property (nonatomic, assign) GLuint particleCount __deprecated

Declared In

CC3PointParticles.h

Instance Methods

particleSizeAt:

@deprecated Replaced by pointSizeAt:.

- (GLfloat)particleSizeAt:(GLuint)vtxIndex

Declared In

CC3PointParticles.h

setParticleSize:at:

@deprecated Replaced by setPointSize:at:.

- (void)setParticleSize:(GLfloat)aSize at:(GLuint)vtxIndex

Declared In

CC3PointParticles.h

updateParticleSizesGLBuffer

@deprecated Replaced by updatePointSizesGLBuffer.

- (void)updateParticleSizesGLBuffer

Declared In

CC3PointParticles.h