Class LineExample

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

public class LineExample extends ExampleBase
A demonstration of antialising on a Line object.
  • Constructor Details

    • LineExample

      public LineExample()
  • Method Details

    • main

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

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