Class SimpleMd3Example

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

public class SimpleMd3Example extends ExampleBase
Simplest example of loading a model in MD3 format. FIXME update the thumbnail
  • Constructor Details

    • SimpleMd3Example

      public SimpleMd3Example()
  • Method Details

    • main

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

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