espresso3d.engine.fileloaders
Class E3DMapLoader

java.lang.Object
  extended byespresso3d.engine.fileloaders.base.E3DGeometryLoader
      extended byespresso3d.engine.fileloaders.E3DMapLoader

public class E3DMapLoader
extends E3DGeometryLoader

Author:
espresso3d Loads a map file's geometry, actors, particles, etc for a world

Constructor Summary
E3DMapLoader()
           
 
Method Summary
static void loadMap(java.lang.String mapFileNameAndPath, E3DWorld world)
          Load a map into the world from an external location
static void loadMapFromJar(java.lang.String mapFileName, E3DWorld world)
          Load a map into the world from a JAR file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E3DMapLoader

public E3DMapLoader()
Method Detail

loadMap

public static void loadMap(java.lang.String mapFileNameAndPath,
                           E3DWorld world)
                    throws java.lang.Exception
Load a map into the world from an external location

Parameters:
mapFileNameAndPath -
world -
Throws:
java.lang.Exception

loadMapFromJar

public static void loadMapFromJar(java.lang.String mapFileName,
                                  E3DWorld world)
                           throws java.lang.Exception
Load a map into the world from a JAR file

Parameters:
mapFileName -
world -
Throws:
java.lang.Exception