Class SimpleMd2Example

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

public class SimpleMd2Example extends ExampleBase
Simplest example of loading a model in MD2 format.
  • Constructor Details

    • SimpleMd2Example

      public SimpleMd2Example()
  • Method Details

    • main

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

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