Class SimpleOffExample

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

public class SimpleOffExample extends ExampleBase
Simplest example of loading a OFF model.
  • Constructor Details

    • SimpleOffExample

      public SimpleOffExample()
  • Method Details

    • main

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

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