|
WhirlyGlobe
1.2
A 3D interactive globe toolkit for iOS
|
#include <ParticleGenerator.h>
Public Member Functions | |
| ParticleGeneratorAddSystemRequest (SimpleIdentity generatorID, ParticleGenerator::ParticleSystem *partSystem) | |
| virtual void | execute2 (GlobeScene *scene, Generator *gen) |
| Override this method to do whatever you want to do to the generator. | |
Protected Attributes | |
| ParticleGenerator::ParticleSystem * | system |
Add a particle system to the generator. The particle system itself is passed through.