Class ParticleRampExample

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

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

    • ParticleRampExample

      public ParticleRampExample()
  • Method Details

    • main

      public static void main(String[] args)
    • initExample

      protected void initExample()
      Specified by:
      initExample in class ExampleBase