Class PointsExample

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

public class PointsExample extends ExampleBase
A simple demonstration of displaying numerous Point in three-dimensions.
  • Constructor Details

    • PointsExample

      public PointsExample()
  • Method Details

    • main

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

      protected void initExample()
      Set up some points...
      Specified by:
      initExample in class ExampleBase