Loading Models - *.mesh.xml or *.meshxml

I've just come across a problem in one of the tutorials relating to loading models. It was trying to load a file with the extension mesh.xml, but the actual extension was meshxml. Which one is correct? There doesn't seem to be any standard in the svn as both seem to exist. From an Eclipse point of view, mesh.xml is better as it opens automatically in Eclipse's XML editor.

mesh.xml is the right extension, meshxml was a workaround for a problem in early versions of jme3.

normen said:

mesh.xml is the right extension, meshxml was a workaround for a problem in early versions of jme3.


Alright, most of the models in the SVN are still meshxml.