Class Md3Importer

java.lang.Object
com.ardor3d.extension.model.md3.Md3Importer

public class Md3Importer extends Object
http://education.mit.edu/starlogo-tng/shapes-tutorial/shapetutorial.html
  • Constructor Details

    • Md3Importer

      public Md3Importer()
  • Method Details

    • setModelLocator

      public void setModelLocator(ResourceLocator locator)
    • load

      public Md3DataStore load(String resource)
      Reads a MD3 file from the given resource
      Parameters:
      resource - the name of the resource to find.
      Returns:
      an ObjGeometryStore data object containing the scene and other useful elements.
    • load

      public Md3DataStore load(ResourceSource resource)
      Reads an MD3 file from the given resource
      Parameters:
      resource - a resource pointing to the model we wish to load.
      Returns:
      an Md3DataStore data object containing the scene and other useful elements.