Class SimpleStlExample

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

public class SimpleStlExample extends ExampleBase
Simplest example of loading a STL model.
  • Constructor Details

    • SimpleStlExample

      public SimpleStlExample()
  • Method Details

    • main

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

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