Class SceneMeshLoader

All Implemented Interfaces:
AssetLoader, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class SceneMeshLoader extends MeshLoader
  • Constructor Details

    • SceneMeshLoader

      public SceneMeshLoader()
  • Method Details

    • load

      public Object load(AssetInfo info) throws IOException
      Description copied from interface: AssetLoader
      Loads asset from the given input stream, parsing it into an application-usable object.
      Specified by:
      load in interface AssetLoader
      Overrides:
      load in class MeshLoader
      Parameters:
      info - the located asset
      Returns:
      An object representing the resource.
      Throws:
      IOException - If an I/O error occurs while loading
    • reset

      public void reset()