Class SimpleObjExample

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

public class SimpleObjExample extends ExampleBase
Simplest example of loading a Wavefront OBJ model.
  • Constructor Details

    • SimpleObjExample

      public SimpleObjExample()
  • Method Details

    • main

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

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