Class SwitchNodeExample

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

public class SwitchNodeExample extends ExampleBase
A demonstration of the SwitchNode class; used to control which Node to actively display from a set of Nodes.
  • Constructor Details

    • SwitchNodeExample

      public SwitchNodeExample()
  • Method Details

    • main

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

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