DPSF Base Classes

Top  Previous  Next

Every particle system class created must inherit from the DPSF class.  The particle system's particles will be defined by a particle class, which must inherit from the DPSFParticle class.  In order to visualize the particles, the particle class will need an associated particle vertex struct to use for the vertex buffer, and it must implement the IDPSFParticleVertex interface.