// Load the scene
final long time = System.currentTimeMillis();
final Md2Importer importer = new Md2Importer();
try {
importer.setTextureLocator(new MultiFormatResourceLocator(ResourceLocatorTool.getClassPathResource(
SimpleObjExample.class, "com/ardor3d/example/media/models/md2/"), ".dds", ".jpg", ".png", ".tga",
".pcx"));
} catch (final URISyntaxException ex) {
ex.printStackTrace();
}