Class ParticleSystemExample

java.lang.Object
com.ardor3d.example.ExampleBase
com.ardor3d.example.effect.ParticleSystemExample
All Implemented Interfaces:
Scene, Updater, Runnable

public class ParticleSystemExample extends ExampleBase
A demonstration of the ParticleSystem and TextureState classes; which controls an emitter's properties (e.g. size, color) change over time.
  • Constructor Details

    • ParticleSystemExample

      public ParticleSystemExample()
  • Method Details