Class MandelbrotExplorerExample

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

public class MandelbrotExplorerExample extends ExampleBase
Illustrates the MandelbrotFunction3D class, which allow for procedural creation of the famous Mandelbrot set.
  • Constructor Details

    • MandelbrotExplorerExample

      public MandelbrotExplorerExample()
  • Method Details

    • main

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

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

      public PickResults doPick(Ray3 pickRay)
      Description copied from interface: Scene
      A scene should be able to handle a pick execution as it is the only thing that has a complete picture of the scenegraph(s).
      Specified by:
      doPick in interface Scene
      Overrides:
      doPick in class ExampleBase
      Parameters:
      pickRay - the pick ray
      Returns:
      the pick results
    • registerInputTriggers

      protected void registerInputTriggers()
      Overrides:
      registerInputTriggers in class ExampleBase