DPSF Class

Top  Previous  Next

All particle systems created must inherit from the DPSF class, either directly, or indirectly by inheriting from a class which descends from it.  This class is the heart of the Dynamic Particle System Framework and it provides the functions necessary to initialize a particle system, add particles to it, and update and draw it.  The DPSF class implements the IDPSFParticleSystem interface, so if you need to create a list to hold many different types of particle systems, you may specify the list to hold objects of this type.  To see all of the functionality provided by the DPSF class, see the DPSF API Documentation.