| Methods in espresso3d.engine.fileloaders that throw E3DInvalidFileFormatException |
static void |
E3DImageLoader.loadTextureSet(java.lang.String workingDirectory,
java.lang.String fullPathTextureSet,
java.util.HashMap textureSet)
Loads a texture set of format : , ;\n
into the textureSet map passed in with entries: value: Integer(glTextureAddress), key:texturename
It will -not- replace an item if its already in the map under texturename |
static void |
E3DImageLoader.loadTextureSetFromJar(java.lang.String textureSetName,
java.util.HashMap textureSet)
|
static void |
E3DImageLoader.readTextureSet(java.lang.String workingDirectory,
java.io.BufferedReader textureSetFile,
java.util.HashMap textureSet,
boolean isFromJar)
|