CCPointParticleSystem Class Reference

#import <CCPointParticleSystem.h>

Inherits CCParticleSystem.

Collaboration diagram for CCPointParticleSystem:
Collaboration graph
[legend]

List of all members.


Detailed Description

CCPointParticleSystem is a subclass of CCParticleSystem Attributes of a Particle System: All the attributes of Particle System

Features: consumes small memory: uses 1 vertex (x,y) per particle, no need to assign tex coordinates size can't be bigger than 64 the system can't be scaled since the particles are rendered using GL_POINT_SPRITE

Limitations: On 3rd gen iPhone devices and iPads, this node performs MUCH slower than CCQuadParticleSystem.

Definition at line 43 of file CCPointParticleSystem.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

cocos2d for iPhone 0.99.4 API Reference - Generated using Doxygen 1.7.1