Class SimpleColladaExample

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

public class SimpleColladaExample extends ExampleBase
Simplest example of loading a Collada model.
  • Constructor Details

    • SimpleColladaExample

      public SimpleColladaExample()
  • Method Details

    • main

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

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