Class QuadImposterExample

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

public class QuadImposterExample extends ExampleBase
A demonstration of the QuadImposterNode class; which sets the texture level of detail for a Node.
  • Constructor Details

    • QuadImposterExample

      public QuadImposterExample()
  • Method Details

    • main

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

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