System.out.println("File " + from.getAbsolutePath()
+ " converted in " + time + " seconds");
String path = from.getAbsolutePath();
String parent = from.getParent();
// replace .nav with .jnv
t.reset();
BinaryExporter.getInstance().save(navMesh,
new File(parent+"/nav.jnv"));
time = t.getTimeInSeconds();
// System.out.println("File "+parent+"/nav.jnv saved in "
// + time + " seconds");