Inherits from CC3ScalableMeshParticle : CC3MeshParticle : CC3ParticleBase : NSObject
Declared in Models.h

Overview

A mesh particle type that simply hangs where it is located. When the particle is initialized, the location is set from the index, so that the particles are laid out in a simple rectangular grid in the X-Z plane, with kParticlesPerSide particles on each side of the grid. This particle type contains no additional state information.

Tasks

Properties

rotationSpeed

The speed of rotation, in degrees per second.

@property (nonatomic, assign) GLfloat rotationSpeed

Discussion

This initial value is set to a random value during initialization.

Declared In

Models.h